.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 320px
}

@media (min-width: 1200px) {
    .banner {
        height: 480px
    }
}
