.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% 40%;
        background-size: cover;
    }
}

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

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

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

.reading_2 .reading_box:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/reading_22.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;
}

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