


  .module-large-image {
    overflow: hidden;
  }
  
  .module-large-image img {
    transform: translateY(calc(var(--parallax-y, 0) * -10vh)) scale(1.2);
    min-height: 390px;
    object-fit: cover;
  }
  
  
  
  
  @media (max-width: 500px) {
    
    .module-large-image img {
      transform: none;
    }
    
  }