.first_view .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}

.introduction .photo .photo_container {
    background-image: url("../img/intro.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/combi_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_combination .photo_wrap:nth-of-type(1) .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/combi_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_combination .photo_wrap:nth-of-type(2) .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/combi_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_band_single .photo .photo_container {
    background-image: url("../img/band.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_double .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/double_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_1100_double .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/double_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100 .photo .photo_container {
    background-image: url("../img/end.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */