.img-parallax {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.img-parallax img  {
  width: 100vmax !important;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  pointer-events: none;
}
