@media (width < 500px) {
  .vdb {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
}

@media (500px <= width < 680px) {
  .vdb {
    flex-direction: column;
/*    width: 50%;*/
    gap: 0;
  }
}

@media (680px <= width < 960px) {
  .vdb {
    flex-direction: column;
/*    width: 33.3%;*/
    gap: 0;
  }
}

.vdb {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.tile-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (width < 960px) {
  .vdb button {
    aspect-ratio: 16 / 9;
    width: 120px;
    flex: 0 0 120px;
  }

  .box {
    gap: 14px;
    flex-direction: column;
    padding: 0;
    /*margin: 0 0.8rem 2rem 0.8rem;*/
  }

  .vid-len {
    display: none;
  }

  .video-gallery {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 18px;
  }

  .tile-title {
    font-size: 1.15rem !important;
    letter-spacing: -1px !important;
    font-family: 'Libre Franklin' !important;
    font-weight: 500 !important;
    margin: 0 !important;
    color: var(--text) !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }

  .tile-desc {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 1.4;
    color: var(--text) !important;
  }

  .hero-inner h2.desktop {
    display: none;
  }

  .hero-inner h2.mobile {
    display: -webkit-box !important;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }

  .vdb:not(.js-shuffle-sizer) {
    padding: 0 0 12px 0;
  }

  .vdb button {
    border-radius: 16px;
  }

  .grd {
    gap: 22px;
  }

  .ctd {
    gap: 40px;
  }

  .mtd {
    margin-bottom: 48px;
  }

  .showcases {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 26px;
    margin-top: 14px;
    margin-bottom: 30px;
  }

  .expand-btn {
    pointer-events: none;
    opacity: 0;
  }

  .info-container {
    display: none;
  }
}
