@media (min-width: 768px) {
    .home--banner #myVideo {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
}
@media (max-width: 768px) {
    .home--banner #myVideo {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1200px){
    .mt-5rem{margin-top: 6rem !important;}
}

@media (max-width: 600px){
    .mt-5rem{margin-top: 5rem !important;}
}

@media screen  and (orientation: landscape) {
   .parallax.desk-none.mob-tab-block .h-60{
        height: 120vh !important;
    }
    .plain-image.spt-100.spb-60.h-90{
        height: 100vh !important;
    }
}

/* dimension changes only for mozilla firefox */

@-moz-document url-prefix() {
    @media (min-width: 1200px){
        .max-1000{max-width: 1050px !important;}
        .proSlider2 .swiper-slide{
            width: 1049px !important;margin-left: 1px !important;
        }
    }

  } 