.banner__main .banner_image.mobile_image {
    display: none;
}
.banner__main .banner_image img {
    width: 100%;
}
.banner__main .banner__video.mob_video {
    display: none;
}
.banner__main .banner__video video {
    width: 100%;
}
@media(max-width:990px) {
    .banner__main .banner__video video {
    width: 100%;max-height:365px; object-fit:cover;object-position:top center;
}
}
