.component.banner-small {
    min-height: 200px;
}

@media (max-width: 768px) {
    .component.banner-small {
        min-height: 94px;
    }
}
