.about-section p {
    font-size: 2.626rem;
    font-weight: 300;
    line-height: 55px;
    letter-spacing: -1.6391998529434204px;
}
.theator-work {
    background-color: var(--primary-color-light);
}
.theator-content h2 span {
    display: block;
}
.theator-content h2 {
    margin-bottom: 1.5rem;
}
.client_logo figure {
    width: 80%;
    height: 48px;
    position:relative;
}
.client_logo figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.client_logo figure:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: var(--primary-color);
    right: -34px;
    top: 19px;
    z-index: 9;
    position: absolute;
}
.client_logos_wrap .col-lg-2:nth-child(6n) .client_logo figure:after {
    display: none;
}
.testimonial_item {
    padding: 2.3rem;
}
.testimonial_author{
    font-size: 15px;
}
.testimonial_item_rating span {
    font-size: 13px;
    font-weight: 700;
}
.youtube_video_wrap {
    height: 620px;
}
.youtube_video_wrap video {
    width: 100%;
    height:100%;
    object-fit:cover;
}
.hero-slide h1 {
    font-size: 6rem;
}
.youtube_video_wrap:after {
    content: "";
    width: 100%;
    height: 1000%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .3);
    left: 0;
}
.video_wrap{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.post_item img {
    width: 100%;
}
/*.video_wrap:after {display: block;content: "";padding-top: 56.25%;}*/
.video_wrap iframe {
    position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
}

.video_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ytp-show-cards-title {
    display: none;
}

@media screen and (min-width: 1800px) {
.youtube_video_wrap {
    height: 80vh;
}
}

@media screen and (max-width: 767px) {
.hero-slide h1 {
    font-size: 2.5rem;
}
.hero_slide_content{
    position:unset !important;
}
.youtube_video_wrap {
    height: auto;
}
.youtube_video_wrap video {
    width: 100%;
    height:100%;
    object-fit:contain;
}
.has-styled-title h2 span {
    display: inline-block;
}
.about-section p {
    font-size: 1.3rem;
    line-height: 30px;
    letter-spacing: 1px;
}
.has-styled-title h2 {
    font-size: 1.8rem;
}
.client_logo figure {
    margin: 0 auto;
}
.client_logos_wrap .col-6:nth-child(2n) figure::after {
    display: none;
}
.testimonial_item {
    padding: 1.4rem 1.5rem;
}
}


@media screen and (max-width: 500px) {
.movies-list-loop .post_item_image {
    height: 260px;
}
}