.xl_banner {
    height: 200px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1200px) {
    .xl_banner {
        background-size: 290%;
        height: 90px;
    }
}