
  .htmega-parallax-image,.htmega-parallax-scroll-items {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    left: 0;
    right: 0;
  }
  .htmega-parallax-image .htmega-parallax-move-item {
    top: 30%;
    z-index: -1;
    position: absolute!important;
  }
  
  .htmega-parallax-image-3 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  /* new css */
.htmega-parallax-image img{
  width: 100%;
  
}

.htmega-parallax-scroll-items .htmega-rellax-item{
  position: absolute;
}