/* Add custom CSS styles below */ 
@media (min-width: 768px) {
.custom-ratio-banner .tab-banner {
    min-height: auto !important; 
    background-size: contain !important;
    background-position: center !important;
    aspect-ratio: 14.9 / 5; 
    width: 100%;
}
}