/* Megaphone PHX — Parallax Floating Elements */

.floating-elements {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.float-element {
  position: absolute;
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.floatDrawing {
  top: 50%;
  left: -80px;
  width: 220px;
  height: 220px;
  background-image: url('/assets/images/floating/doodle.gif');
}

.floatTV {
  bottom: -6%;
  right: -65px;
  width: 310px;
  height: 300px;
  background-image: url('/assets/images/floating/tvStatic_S.gif');
}

.floatTennis {
  top: 200%;
  left: -25px;
  width: 110px;
  height: 110px;
  background-image: url('/assets/images/floating/tennisBall.gif');
}

.floatBucket {
  top: 50%;
  left: 400px;
  width: 220px;
  height: 220px;
  background-image: url('/assets/images/floating/paintBucket.gif');
}

.float-img-5 {
  top: 75%;
  left: -20px;
  width: 100px;
  height: 100px;
}
