.default-pos{
    opacity: 1;
    transform: translate(0,0);
}

h1.default-pos{
     transition: all 0.5s ease 0.9s;
}
p.default-pos{
     transition: all 0.5s ease 0.6s;
}
img.default-pos{
     transition: all 0.5s ease 0.3s;
}
.parallax-block-content.default-pos{
     transition: all 0.5s ease 0s;
}
