.parallax__container{clip:rect(0,auto,auto,0);height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-100}.parallax__container .parallax{background-position:center;background-repeat:no-repeat;background-size:cover;position:fixed;top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%}

.parallax_outer_wrapper section {
    height: 100%;
}

.parallax_outer_wrapper .title {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    font-family: 'Rainmaker Script Bold';
    font-size: 90px;
    color: #fff;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 57%);
}