/* All sections that have parallax speed attribute*/
section[parallax-speed] {
    /* Make them start with opacity 0*/
    opacity: 0;
}