@media screen and (max-width: 768px) { 
    video {
        width: 100%;
        padding-top: 75px;
        object-fit: cover;
        height: calc(100% - 528px);
        }

    #testimonials {
        margin-top: -125px;
    }
    .hoverReels figcaption {
        position: absolute;
        z-index: 1;
        opacity: 1;
        width: 100%;
        padding: 20px 0;
        bottom: 0;
        background: #fff;
    }
    .ends1 {
        top: -3px;
        background-position: top;
        background-size: 100%;
        height: 170px;
    }
    .ends2 {
        height: 150px;
        top: 5px;
        }
    .ends3 {
        height: 150px;
        top: -25px;
        margin: -48px 0;
        background-position: top;
    }
    .ends4 {
        top: -8px;
        background-size: 100%;
        height: 170px;
        background-position: top;
    }
    .ends5 {
        background-position: top;
        background-size: 100%;
        height: 170px;
    }
    #testimonials .col-lg-4{
        margin-top: 2em;
    }
    .testimonialsContainer {
        margin-top: 5em;
        min-height: auto;
    }
    .testimonialsContainer img {
        max-width: 120px;
        margin-top: -10%;
    }
    #clients {
        top: -5px;
    }
    #services {
        padding: 5em 0 5em;
    }
}
@media screen and (max-width:576px){  
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    #home {
        height: 80%;
      }
    .jumbotron {
        margin-top: -30px;
      }
    #reels, #clients, #testimonials, #values {
        padding: 3em 0;
    }
    h1, .h1 {
        font-size: 1.5em;
    }
    #home h1 {
        font-size: 44px;
        line-height: 50px;
    }
    #home h3 {
        font-size: 30px;
    }
    #home p{
        padding-right: 10px;
    }
    .ends1 {
        top: -1px;
        background-size: 100%;
        height: 130px;
    }
    .ends2 {
        height: 60px;
        background-size: 100%;
    }
    .ends3 {
        margin: -60px 0px 5px 0px;
        background-size: 100%;
    }
    .ends4 {
        top: -120px;
        margin: -5px 0px 0px 0px;
        background-position: top;
        height: 170px;
        background-size: 100%;
    }
    #services img{
        max-width: 120px;
        margin: 0 auto;
        display:block;
    }
    #testimonials {
        margin-top: -278px;
        padding-top: 8em;
    }
    #testimonials .col-lg-4{
        margin-top: 0;
    }
    .testimonialsContainer {
        margin-top: 100px;
    }
    #values img{
        max-width: 150px;
    }
    #clients {
    top: -117px;
    margin: -5px auto;

    } 
    #values {
        padding: 0;
    }
    #videoProduction, #audioProduction, #photography, #mainSection {
        padding: 60px 0;
    }
    #ourWork {
        margin-top: 65px;
    }
    #nowPlay {
        border:none;
        border-radius: 10px;
        margin-top:0;
        width: 100%;
        margin: 0 auto;
      }
    .iconsVideoProduction {
        width: 33%;
        display: initial;
        padding: 10px;
        margin: 0 auto;
    }
    .iconsVideoProduction img {
        max-width: 100%;
    }
    .iconsPhoto img{
        max-width: 100%;
      }
    #ourWork h1 {
        font-size: 100px;
        line-height: 85px;
    }
    #mainSection h1 {
        margin-top: 1em;
        font-size: 40px;
    }
    .lightbox img {
        height: 160px !important;
    }
}