@media (max-width: 767px) {
  .yoku-mobile-header-right > *:last-child,
  .yoku-mobile-menu-right > *:last-child {
    display: none !important;
  }
}
@media (max-width: 767px) {

  /* HEADER MOBILE */
  .yoku-mobile-header-wrap,
  .yoku-mobile-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: auto !important;
  }

  .yoku-mobile-logo img,
  .yoku-logo img {
    max-height: 38px !important;
    width: auto !important;
  }

  .yoku-mobile-header .yoku-mobile-menu,
  .yoku-mobile-header i {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  /* NASCONDE SOLO L'OMINO */
  .yoku-mobile-header-right > *:last-child,
  .yoku-mobile-menu-right > *:last-child {
    display: none !important;
  }

  /* AREA TITOLO */
  .yoku-page-title-wrap,
  .yoku-page-title-background,
  .yoku-page-title-container,
  .yoku-page-caption-wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    min-height: auto !important;
  }

  .yoku-page-title {
    font-size: 44px !important;
    line-height: 1.05 !important;
    margin-bottom: 8px !important;
  }

  .yoku-page-caption {
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin-top: 0 !important;
  }

  /* CONTENUTO */
  .gdlr-core-page-builder-body,
  .gdlr-core-pbf-wrapper {
    padding-top: 0 !important;
  }

  .gdlr-core-pbf-wrapper-content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  /* TESTI */
  h1, h2 {
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
  }

  p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin-bottom: 14px !important;
  }

  /* BOTTONI */
  .yoku-button,
  .gdlr-core-button {
    padding: 12px 20px !important;
    font-size: 16px !important;
  }
}
/* Forza slider attaccato all’header */
.rev_slider_wrapper {
    margin-top: 0 !important;
}
body .gdlr-core-pbf-wrapper:first-of-type {
    margin-top: -20px !important;
}
/* Nasconde icona utente / account nell'header */
.yoku-user-menu,
.yoku-main-menu-right-wrap .yoku-user-menu,
.yoku-mobile-header-right > *:last-child,
.yoku-mobile-menu-right > *:last-child {
    display: none !important;
}