.header-parallax[data-aspectratio="biles"] {
  &:after {
    /* padding-bottom: 62.5%; */
    padding-bottom: 55%;
  }
}

.scene-biles .background img {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /* transform: scale(1.1); */
  filter: blur(6px);
  transition: transform 10s cubic-bezier(0.19, 1, 0.22, 1);
}

.scene-biles .simone img {
  top: 13.5%; /* 124 ÷ 900 = 0.137777777777778 */
  left: 4%; /* 53 ÷ 900 = 0.058888888888889 */
  display: block;
  width: 64.375%;
  /* filter: drop-shadow(0px 0px 50px rgba(255, 255, 255, 0.25)); */
}

.scene-biles .beam img {
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  transform: scale(1.1);
}

.scene-biles .parallax-text {
  position: absolute;
  top: 4%;
  right: 3%;
  width: 45%;
}

.scene-biles .parallax-text img {

}

.scene-pagination-biles .scene-pagination__thumbnail {
  background-image: url('../assets/images/home/biles/thumb.jpg');
}

@media only screen and (min-width: 768px) {
  .scene-biles .parallax-text {
    top: 25%;
    left: 59%;
    right: auto;
    width: 36%;
  }
}
