.play-button {
  left: 23% !important;
  top: -15px !important;
  transition: opacity 0.3s ease !important;
  opacity: 1 !important;
}

.play-button-mobile {
  display: none !important;
}

.play-button:hover {
  opacity: 1 !important;
}

.play-button span::before {
  font-size: 75px !important;
}
.bio-text p:not(:last-child) {
  margin-bottom: 16px !important;
}

@media (max-width: 900px) {
  .play-button {
    display: none !important;
  }
  .play-button-mobile {
    display: block !important;
  }
  .hero-buttons-wrapper > div > div {
    justify-content: center !important;
  }
}
