.parallax {
    perspective: 1px;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.parallax-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80vh 0;
}
.parallax-layer--mid {
    transform: translateZ(0px);
}
.parallax-layer--back {
    transform: translateZ(-1px) scale(2);
}
.parallax-layer-content {
    position: absolute;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
}
@media screen and (max-width: 600px) {
  .parallax {height: 100vh;}
}

.fixed-bg-image {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(/assets/images/region-4/products/gator-utility-vehicles/announcement/r4x000650_rrd-1500x844.jpg);
    min-height: 300px;
    background-position: right;
    background-size: cover;
    padding: 30px 0;
}
.fixed-bg-image h2,
.fixed-bg-image h3,
.fixed-bg-image h4,
.fixed-bg-image p {
     color: white;
     text-align: center;
  	text-shadow: rgb(0,0,0)2px 2px 4px, rgb(0,0,0)0px 0px 25px;
}