body.page-node-type-landing-presidente-music #menu__paco .menu__paco--wrapper .menu__login {
  display: none !important;
}
.pmf-registro__header-logo {
    justify-content: center !important;
}
.pmf-registro__desc p {
    margin: 12px 0 !important;
}
@media (max-width: 768px) {

  /* --- Imagen propia de mobile --- */
  .pmf-landing .pmf-hero__poster {
    display: none;                 /* oculta el <img> de desktop */
  }

  .pmf-landing .pmf-hero__video-card {
    background-image: url("/sites/g/files/seuoyk596/files/2026-08/Mobile440%20×%20869.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 0;                 /* anula el min-height:44vh del tema */
    aspect-ratio: 440 / 869;       /* ← proporción real de TU imagen */
  }

  /* --- Ocultar el badge "Participa por boletas" --- */
  .pmf-landing .pmf-hero__logo-participa {
    display: none;
  }

  /* El tema reservaba 160px abajo para que el badge colgara; sin badge,
     ese hueco sobra. */
  .pmf-landing .pmf-hero {
    margin-bottom: 0;
  }
}
