

@media only screen and (max-width: 734px) {
  .section.section-hero {
    margin-top: -167px;
  }
}

@media only screen and (max-width: 734px) {
    .section-hero .play-pause-hero-button {
        top: calc(var(--gh-height) + 40px);
    }
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .section-offers .gallery .controls {
    display: none;
  }
}