body.homepageiframe .banner video {
    position: unset;
    width: 100%;
}
.scroll_sec {
  z-index: 1;
}
@media (min-width:320px) and (max-width:380px) {
      .banner.home-banner {
        height: 55vh;
        margin-top: 70px;
    }
    .banner.home-banner video {
        height: 55vh;
        margin-top: 0px;
    }
        .banner.home-banner .item img.banner-img-new {
        height: 55vh !important;
        object-fit: cover;
    }
}
@media (max-width:767px){
.banner.home-banner .item img.banner-img-new {
    height: 45vh;
    object-fit: cover;
}

.banner.home-banner video {
    margin-top: 0;
    width: auto;
}

}
@media (min-width: 768px) and (max-width: 1024px) {
        body.homepageiframe .banner video {
        height: auto !important;
        margin-top: 40px;
    }
    img.banner-img-new {
    margin-top: 40px;
}
.banner {
  height: auto !important;
}
img.banner-img-new.mob-view {
    display: none;
}

img.banner-img-new.desk-view {
    display: block !important;
}
}

@media (min-width:1024px) {
  img.banner-img-new.desk-view {
    height: 101vh;
    object-fit: cover;
}
}
