/* Keep the phone entrance animation and glow inside the presentation hero. */
@media (max-width: 767px) {
  #presentacion {
    overflow-x: hidden;
  }

  @supports (overflow: clip) {
    #presentacion {
      overflow-x: clip;
    }
  }
}
