@media (max-width: 800px) {

  html {
    background-color: var(--brand);
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }

  body {
    display: contents;
  }

  .bg-img {
    background-image: none;
  }

  .split-section {
    width: auto;
    background-color: var(--brand);
  }

  .firstsplit {
    display: none;
  }

  .secondsplit {
    padding-left: 10px;
  }

  .card-yellow {
    width: auto;
    border-radius: 0;
  }

  .buttons-row {
    flex-direction: column;
  }

  .btn-custom {
    font-size: 1.5rem;
  }

  .div-game {
    padding: 0;
  }

  .img-game {
    width: 80vw;
    flex-shrink: 0;
  }

  .div-description {
    display: none;
  }

  .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,.1);
  }

  .h-1,
  .h-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .h-3 {
    padding: 5px;
  }

  .div-team {
    flex-direction: column;
  }

  .img-team {
    width: 80vw;
  }
  

  .title-game {
    margin: 5px;
    border-radius: 15px;
  }

  .bento {
    grid-template-columns: 1fr;
    width: 95vw;
  }

  .item {
    grid-column: unset !important;
    grid-row: unset !important;
    min-height: 150px;
    width: 90%;
  }

}

@media (pointer: coarse) {

  .cellview {
    display: contents;
  }

  .slider {
    display: flex;
  }

  .bento {
    display: none;
  }

  .item-sm {
    border-radius: 15px;
    padding: 15px;
    background: var(--dark);
  }

  .item-sm h3 {
    color: white;
    font-size: 1.2rem;
  }

  .item-sm p {
    color: white;
    font-size: 0.9rem;
    opacity: 0.8;
  }
}
