.banner-section .banner-container{height:34rem;display:flex;flex-direction:row}
@media only screen and (min-width:48em){
.banner-section .banner-container{height:56rem}
}
.banner-section .banner-container .banner-wrapper{width:50%;height:100%;display:none}
.banner-section .banner-container .banner-wrapper__mobile{width:50%;height:100%;display:flex}
@media only screen and (min-width:48em){
.banner-section .banner-container .banner-wrapper{display:flex}
.banner-section .banner-container .banner-wrapper__mobile{display:none}
}
.banner-section .banner-container img{width:100%;height:100%;display:flex;-o-object-fit:cover;object-fit:cover}