@media only screen and (max-width: 767px) {
  .overlay-nav {
    justify-content: flex-start;
    min-height: 100vh;
    padding-top: 100px;
  }
  .swiper-box {
    margin-top: -1px;
  }

  .color-text {
    color: #1b9aa5 !important;
  }

  .carousel-mobile-images {
    display: flex;
    width: 300%; /* Assuming 3 images, each taking up 100% width, total 300% */
    height: 100%;
    transition: transform 0.5s ease;
  }

  .carousel-mobile-images img {
    width: 33.333%; /* Each image takes up one-third of the carousel width */
    height: 100vh;
    flex-shrink: 0;
    object-fit: cover;
  }

  .carousel-btn.left {
    left: 57px;
  }

  .carousel-btn.right {
    right: 57px;
  }
  .carousel-btn {
    margin-top: 0;
  }

  .shop-notice {
    background-size: 140px 50px;
    background-repeat: no-repeat;
    left: calc(50% - 70px);
    bottom: 5%;
  }
  .notice-section {
    background-image: url(https://hkgamestar.oss-cn-hongkong.aliyuncs.com/rongyao/assets/images/mobile/shop/banner2.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    padding: 97px 15px;
  }

  .notice-box {
    width: 100%;
    padding: 50px 10px;
  }
  .notice-title {
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  li .item-title,
  li .item-time {
    font-size: 14px;
  }

  .modal-body {
    width: 100%;
  }

  .created_at {
    text-align: right;
  }
  .swiper {
    min-height: 100vh;
  }

  .swiper-backface-hidden .swiper-slide {
    min-height: 100vh;
  }
  .swiper-slide img {
    min-height: 100vh;
  }

  .swiper-button-prev {
    margin-left: 28px;
    width: 43px;
    height: 48px;
    background-size: contain;
  }
  .swiper-button-next {
    margin-right: 28px;
    width: 43px;
    height: 48px;
    background-size: contain;
  }
}
