@media (width >= 960px) {
  .box {
    padding: 86px 18px 0 18px;
    gap: 24px;
  }

  .hero .media {
    display: block;
  }

  .box > div:not(:first-child) {
    max-width: 380px;
  }

  .vdb {
    align-items: flex-start !important;
  }

  .vdb > button {
    flex: 1;
/*    min-width: 160px;*/
  }

  .vdb.filter {
    transform: scale(0);
    pointer-events: none;
    display: none;
  }

  .tile-container {
    gap: 2px;
  }

/*  .vdb:has(.active) {
    flex-direction: column;
    align-items: start;
  }*/

/*  .vdb:has(.active) .tile-container {*/
  .vdb .tile-container {
    align-items: flex-start;
    justify-content: start;
    text-align: left;
  }

/*  .grd:nth-child(1) button.active {*/
/*  .grd button.active {*/
  .grd .vdb button {
    flex: 0 0 160px;
    aspect-ratio: 16 / 9 !important;
    border-radius: 12px;
  }

  .showcases h3 {
    font-size: 16px !important;
    font-weight: 550 !important;
    letter-spacing: -1.2px !important;
    color: #181818d6 !important;
  }

  .hero {
    flex: 1;
  }

  .hero-container {
    flex: 1;
  }

  .hero .media {
    top: 28px;
    right: 28px;
  }

  .hero-title {
    font-family: 'DM Sans';
    font-weight: 450;
    letter-spacing: -1.2px;
    font-size: 27px;
    line-height: 1;
    color: #fff;
  }

  .hero-desc {
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
    max-width: 90%;
    opacity: 0.55;
  }

  .tile-title,
  .tile-desc {
    padding: 0 9px 0 0;
  }

  .tile-title {
    font-size: 16px;
    margin-top: 4px;
    font-weight: 550;
    letter-spacing: -0.8px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: var(--text) !important;
  }

  .tile-desc {
    color: #7b7b7b !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .showcases {
    flex: 1 1 380px;
    min-width: 380px;
    max-width: 380px !important;
  }

  .showcases h2 {
    display: none;
/*    position: relative;
    font-size: 15px !important;
    letter-spacing: -0.56px !important;
    font-weight: 550 !important;
    padding: 11px 0 20px 0;
    top: 4px;*/
  }

  .vdb button {
    aspect-ratio: 1 / 1;
    width: 50px;
    flex: 0 0 50px;
  }

  .showcases {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
  }

  .tile-desc {
    font-size: 14px;
    font-weight: 550;
    letter-spacing: -0.5px;
    line-height: 1.4;
  }

  .showcases .gCtd {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: auto;
  }

  .vid-len {
    position: absolute;
    bottom: 4px;
    right: 5px;
    display: inline-flex;
    font-family: 'Libre Franklin';
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #fff;
    background-color: #212121;
    border-radius: 8px;
    padding: 3px 5px;
    transition: 0.3s all ease-in-out;
  }

  .gCtd .grd {
    flex: 0 0 auto;
    margin: 0;
    min-height: 0;
    flex-shrink: 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }

  .gCtd::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }

  .hero video {
/*    height: calc(89vh - 98px);*/ /*128px);*/
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    border-radius: 28px;
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero {
    justify-content: start;
  }

  .hero-inner h2 {
    font-size: 44px !important;
    font-weight: 590 !important;
    letter-spacing: -2.2px !important;
    line-height: 1.1;
    color: #ffffff !important;
    max-width: 80%;
  }

  .hero-inner h4 {
    font-size: 24px !important;
    font-weight: 580 !important;
    letter-spacing: -0.8px !important;
    color: #ffffffd6 !important;
  }

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

  .hero-outer {
    max-width: 600px;
  }

/*  .hero-outer :is(h1, h3, h4) {
    display: none;
  }*/

  .vdb {
    width: 100%;
    gap: 12px;
    border-radius: 14px;
  }

  .vdb:not(.js-shuffle-sizer) {
    padding: 10px 14px 10px 4px;
  }

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

  .grd {
    gap: 0.25rem;
    grid-template-columns: 1fr;
  }

  .mDta {
    padding: 8px 36px 0 18px;
    gap: 16px;
  }

  .filter-btn {
    letter-spacing: 0px;
    font-size: 14px;
    padding: 5px 10px;
  }

  .filter-btn.active {
    transform: scale(1.02);
    color: var(--bg);
    background: light-dark(hsla(0, 0%, 0%, 0.91), #ffffff);
    backdrop-filter: blur(10px);
    pointer-events: none;
  }

  .filter-btn:hover {
    color: var(--text);
    background: light-dark(hsla(0, 0%, 94%, 0.62), hsla(0, 0%, 0%, 0.91));
    backdrop-filter: blur(10px);
    transform: scale(1.02);
  }

  .filter-container {
    position: relative;
    top: 6px;
  }

  :is(.bi-chevron-left, .bi-chevron-right):hover {
    background: light-dark(hsla(0, 0%, 94%, 0.62), hsla(0, 0%, 0%, 0.91));
    backdrop-filter: blur(10px);
  }

  .vdb:hover button {
    filter: grayscale(1) contrast(1.8);
    -webkit-filter: grayscale(1) contrast(1.8);
    transform: scale(1.02);
  }

  .enquire-small:hover {
    color: #212121 !important;
    background-color: #fff;
    transform: scale(1.02);
  }

  .info-container {
    gap: 16px;
    padding: 4px 4px !important;
    width: calc(100% - 70px);
    position: relative;
  }

  .ctd {
    gap: 32px;
  }

  .mtd {
    margin-bottom: 102px;
  }

  .filter-container {
    padding: 4px 0;
  }

  .filter-btn {
    display: inline-flex;
    font-family: 'Libre Franklin';
    font-weight: 550;
    line-height: 1.4;
    color: var(--text);
    background-color: light-dark(#00000020, hsla(0, 0%, 14.9%, 0.91));
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    width: fit-content;
    white-space: nowrap;
    will-change: transform;
  }

  :is(.filter-back, .filter-next).rem {
    opacity: 0;
    pointer-events: none;
  }

  .filter-back, .filter-next {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 50px;
    opacity: 1;
    transition: 0.25s all ease-in-out;
    z-index: 2;
    top: 6px;
    -webkit-text-stroke-width: 1.2px !important;
  }

  .filter-back {
    left: 0;
    justify-content: start;
    background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 50%, transparent 100%);
  }

  .filter-next {
    right: 0;
    justify-content: end;
    background: linear-gradient(90deg, transparent 0%, var(--bg) 50%, var(--bg) 100%);
  }

  .bi-chevron-left, .bi-chevron-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.25s all ease-in-out;
    color: var(--text);
  }

  .bi-chevron-left::before {
    -webkit-text-stroke: 1.2px !important;
  }

  .info-container .bi-chevron-left {
    top: 7px;
    left: 14px !important;
  }
}

.filter-container {
  display: flex;
  overflow: scroll;
  gap: 6px;
  /*  touch-action: none;
  user-select: none;*/
}

.filter-container::-webkit-scrollbar {
  display: none;
}

