File: /home3/somesolu/public_html/wp-content/themes/pillar/style/css/less_framework/parallax.less
.parallax > .background-image-holder,
.parallax .slides li > .background-image-holder {
height: 100vh;
top: -50vh;
transition: all 0s ease !important;
transition: opacity 0.3s ease !important;
-webkit-transform-style: preserve-3d;
}
.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
top: 0;
}
.main-container > a:first-child + .parallax .background-image-holder {
top: 0;
}