.jarallax-mh-100 {
    min-height: 100vh;
}

.jarallax-mh-80 {
    min-height: 80vh;
}

.jarallax-mh-60 {
    min-height: 60vh;
}

.jarallax-mh-40 {
    min-height: 40vh;
}

.jarallax-mh-20 {
    min-height: 20vh;
}

.jarallax-h-100 {
    height: 100vh;
}

.jarallax-h-80 {
    height: 80vh;
}

.jarallax-h-60 {
    height: 60vh;
}

.jarallax-h-40 {
    height: 40vh;
}

.jarallax-h-20 {
    height: 20vh;
}

.jarallax-video {
    position: relative;
    z-index: 0;
}

.jarallax-video .content-video {
    display: table;
    width: 100%;
    background-color: rgba(39, 35, 51, 0.6);
    color: #fff;
}

.jarallax-video .content-video .text-video {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
}

.jarallax-img {
    position: relative;
    z-index: 0;
}

.jarallax-img .jarallax-overlay {
    background-color: rgba(39, 35, 51, 0.6);
}

.jarallax-img .jarallax-content {
    color: #fff;
}

.jarallax-img .content-img .text-img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
}

.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;
}