.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/**
 * Custom
*/
._ning_parallax_container{
    position: relative;
}
._ning_parallax_container .parallax_link{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
._ning_parallax_container.overflow_hidden{
    overflow: hidden;
}

