.photo_bg {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.full_s {
    height: 100vh;
    padding: 2rem;
    align-content: center;
    display: flex;
}
.s_70 {
    height: 70vh;
    align-content: center;
    display: flex;
}
.s_100 {
    height: 100vh;
    align-content: center;
    display: flex;
}

.in_line {
    width: 100%;
    min-width: auto;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px auto;
}

.fixed {
    background-attachment: scroll;
}
.scroll_section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.polaroid {
    position: relative;
    background-color: white;
    width: 210px;
    padding: 15px 15px 10px;
    margin: auto auto 40px;
}

.polaroid_photo {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: inherit;
    pointer-events: none;
    user-select: none;
}

.polaroid_text {
    font-family: 'Caveat', cursive;
    font-size: 28px;
    margin: 8px auto;
    user-select: none;
}
.polaroid_group {
    display: flex;
    flex-wrap: wrap;
}

.content_wrapper1200 {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 60px;
}

/* Scroll not available in mobile */
@media only screen and (max-width: 790px) {
    .photo_bg {
        background-attachment: scroll;
    }
}

/* Desktop */
@media (min-width: 450px) and (min-height: 900px) {
    .polaroid {
        width: 240px;
    }

    .in_line {
        min-width: 400px;
        margin: 0px auto auto 40px;
    }

    .left {
        margin: 0px 40px auto auto;
    }
}

/* Second level */
@media (min-width: 450px) {
    .polaroid {
        width: 300px;
    }
}