.parallax-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /*overflow: hidden;*/
}

.floating-image {
  width: auto;
  will-change: transform;
  height: 20rem;
  transition: transform 0.1s ease-out;
}

