.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.jarallax {
    min-height: 300px;
}


.jarallaxHeader {
    min-height: 88vh;
}

.jarallaxHeaderMobile {
    min-height: 48vh;
}

.overlay-table2 {
    display: table;
    width: 100%;
    height: 88vh;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
}


@media (max-width: 480px) {

.overlay-table2 {
    display: table;
    width: 100%;
    height: 48vh;
    background-color: rgba(0,0,0,0.20);
    color: #fff;
}
      
}


.overlay-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}    


