/* Responsive tweaks */

@media (max-width: 991.98px) {
  .navbar-right {
    margin-top: 3.3rem;
    justify-content: center;
  }

  .banner-placeholder {
    height: 190px;
  }

  .game-img {
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .navbar-right {
    margin-top: 3.1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .login-register-buttons {
    flex-direction: row;
  }

  .banner-placeholder {
    height: 170px;
  }

  .provider-slider-container .swiper-button-next,
  .provider-slider-container .swiper-button-prev {
    display: none;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 1rem;
  }

  .games-grid > [class*="col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .game-card {
    padding: 0.4rem 0.35rem 0.45rem;
  }

  .game-img {
    height: 78px;
  }

  iframe {
    height: 360px;
  }

  .footer-section {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .banner-placeholder {
    height: 160px;
  }

  .game-img {
    height: 72px;
  }

  .game-buttons {
    flex-direction: column;
  }

  iframe {
    height: 320px;
  }
}