.custom-banner {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 30vh !important;
    min-height: 200px;
    object-fit: contain !important;
    object-position: center top !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .custom-banner {
        height: 50vh !important;
        min-height: 400px;
    }
}
