@media (max-width: 576px) { 
@supports not (-moz-appearance: none) { /* Styles for all mobile browsers except Mozilla */ 
.container-banner .banner-overlay { height: 50vh !important; background-attachment: scroll;  } 
} 
}