.main-image .pc-img {
  width: 100%;
  height: auto;
  max-width: 1920px;
}

.main-image {
  background-color: #000;
}

.main-image .pc-component {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: auto;
  max-height: 450px;
}

.main-image .pc-t-img-cont {
  height: auto;
  max-height: 450px;
  overflow: hidden;
}

.main-image .pc-header {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate3d(100%, -100%, 0);
}
.back-banner-link {
  height: 30px;
  color: #000 !important;
  text-decoration: none !important;
  position: relative;
  line-height: 0.2;
}
.back-banner-link::before {
  content: "X";
  right: 10px;
  top: 50%;
  font-weight: bold;
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.2rem;
}
.main-image .pc-header h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: Druk Wide LCG Web;
  text-transform: unset;
  z-index: 1;
}
.main-image .pc-t-h-cont {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate3d(100%, 0, 0);
}
.main-image .pc-t-h-cont .pc-t-h-cont-sub {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
}

.mpp-content {
  display: block;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.pc-t-txt-opt {
  display: none;
}

.promotion-details h3 {
  color: #fff;
  margin: 0 0 1rem;
}

.terms-and-conditions .pc-txt dl,
.terms-and-conditions .pc-txt ol,
.terms-and-conditions .pc-txt ul,
.terms-and-conditions p {
  font-size: 0.8rem;
}

.category-tiles img {
  border-radius: 0.25rem;
}

.category-tiles {
  display: grid;
  grid-template-columns: repeat(3, min(200px, calc((100% - 0.75rem) / 3)));
  gap: 4px;
  grid-auto-flow: dense;
  justify-content: center;
}

.item-tile {
  position: relative;
}

.item-tile:hover {
  transform: scale(1.1);
}

.item-tile:hover .overlay {
  display: grid;
}

.overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  display: none;
  align-items: center;
  justify-items: center;
  color: #fff;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

@media (min-width: 768px) {
  .category-tiles {
    grid-template-columns: repeat(4, min(150px, calc((100% - 1.125rem) / 4)));
    gap: 5px;
  }
}

@media (min-width: 1024px) {
  .category-tiles {
    grid-template-columns: repeat(6, min(150px, calc((100% - 1.5rem) / 5)));
    gap: 6px;
  }
}

@media (min-width: 1200px) {
  .category-tiles {
    grid-template-columns: repeat(6, min(200px, calc((100% - 1.875rem) / 6)));
    gap: 8px;
  }

  .main-image .pc-header {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate3d(100%, -100%, 0);
  }
  .main-image .pc-header h3 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-family: Druk Wide LCG Web;
    text-transform: unset;
  }
  .main-image .pc-t-h-cont {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(100%, 100%, 0);
  }
  .main-image .pc-t-h-cont .pc-t-h-cont-sub {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2rem;
  }
}

/* Dark Mode */

/* .th-black body {
    background-color: #141414;
    color: #fff;
}

.th-black .mpp-content {
    background-color: #242424;
}

.th-black .how-it-works, .th-black .game-tiles {
    background: #000;
    color: #fff;
    border: 1px solid rgb(204, 204, 204);
}

.th-black .how-it-works h3 {
    color: #fff;
}

.th-black .promo-content h2 {
    border-bottom: 1px solid rgb(204, 204, 204);
    color: #fff;
}

.th-black .pc-t-txt-opt {
    background: #000;
    color: #fff;
}

.th-black .promotion-details {
    background: rgb(30, 30, 30);
    color: #acacac;
    border: 1px solid rgb(83, 83, 83);
}

.th-black .promotion-details .h3 {
    color: #000;
}

.th-black .terms-and-conditions {
    color: #fff;
}

.th-black .pc-toggle>.pc-toggle-label {
    background: #242424;
    font-size: 1rem;
    font-weight: bold;
}

.th-black .pc-toggle>.pc-toggle-txt {
    background-color: #242424;
} */
