



/* ===================main======================= */

.banner {
    background: url('../../media/220-SM926184.jpg') no-repeat center / cover fixed;
}

/* ===================main======================= */


/* MEDIA-QUERIES */

@media screen and (max-width: 767px) {
    .banner {
        background: url('../../media/220-SM926184.jpg') no-repeat center / cover;
    }
}