/* Add custom CSS styles below */ 
.two-row .banner-entry:not(:first-child) {
    height: 130px;
    background-size: cover;
}
@media (max-width: 767px) {
    .two-row .banner-entry:first-child {
        height: 400px;
    }
}