.parallax {
    /* The image used */
    background-image: url("/images/diver.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.speedscroll {
    padding-top: 110%
}