.jarallax-img{
    max-height: 483px;
  }
  .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: 40px !important;
    left: 0;
    width: 100%;
    height: 100%;
   transform: translate3d(0px, 100.25px, 0px) !important;
    z-index: -1;
}

.jarallax-img {
  /*max-width: 1400px !important;*/
   
    top: 40px !important;
   margin-top:75px !important;
}