@charset "utf-8";
/* CSS Document */

.view_bg {
    background-image: url("../images/viewBg2.jpg");
}
.view_bg_left {
    background-size: cover;
    background-position: left bottom;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-image: url("../images/view_left.png");
}
.view_bg_right {
    background-size: cover;
    background-position: right top;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-image: url("../images/view_right.png");
    margin-top: 0;
}

@media (max-width: 1024px) {
.view_bg_left {
}
.view_bg_right {
    height: 80vh;
}
.year_found {
}
.year_found {
/*text-shadow: 1px 1px 3px #000;*/
}
}