.gas-game-page .gas-game-background-media {
  aspect-ratio: 16 / 9;
}

.gas-game-page .flow-section.flow-section--landscape {
  --flow-gallery-surface: transparent;
}

.gas-game-page .flow-section.flow-section--landscape .gallery-card {
  flex: 0 0 min(84vw, 428px);
  width: min(84vw, 428px);
  aspect-ratio: 2400 / 2737;
  background: transparent;
}

.gas-game-page .flow-section.flow-section--landscape .gallery-phone {
  aspect-ratio: 2400 / 2737;
  background: transparent;
}

.gas-game-page .flow-section.flow-section--landscape .gallery-card figcaption {
  color: #838584;
}

@media (max-width: 760px) {
  .gas-game-page .flow-section.flow-section--landscape .gallery-card {
    flex-basis: min(84vw, 428px);
    width: min(84vw, 428px);
  }

  .gas-game-page .flow-section.flow-section--landscape .gallery-card figcaption {
    font-size: 11px;
  }
}
