.photo-before,
.photo-after {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.photo-before {
    background-image: url(../img/rootie-night.png);
    background-size: 100%;
}

@media only screen and (max-device-width: 752px) {
    .photo-before {
        background-image: url(../img/rootie-night.png) no-repeat center center fixed;
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.photo-after {
    background-image: url(../img/rootie-night.png);
    border-top: 1px solid #e4e4e4;
}