@media (max-width: 767px) {
    .quantity input {
        padding: 0 10px 0 10px;
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        --body-color: var(--title-color);
        border: 1px solid var(--smoke-color);
        border-left: none;
        border-right: none;
        border-radius: 0;
        color: #000;
    }
    .full-height-box img.img-slider, .full-height-box .banner-content4 p {
    margin-bottom: 0;
}
    .full-height-box .box-result {
            margin: 0 auto;
          padding: 10px;
     }
    .full-height-box .mt-5
     {
     margin-top: 0rem !important;
    }
        .list-btn {
        display: flex;
        flex-direction: row;
    }

}

.footer-game .menu-area {
    display: block !important;
}
.team-section.footer {
    width: 100%;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 15px;
}
.footer-game .quantity input {
    height: 40px;
}
.media-container.image-container img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}