Make Home Page Image Banner Full Screen Height On Mobile Devices

Hi @aryakatpally , Go to section-image-banner.css and add the following code :

@media (max-width:749px){
    .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
    height: 100vh !important;
}
}