@media (min-width: 1280px) and (max-width: 1280px) {
    .nav_list {
        gap: 15px;
    }

    .header_right {
        gap: 1px !important;
    }

    .logo {
        width: 120px;
    }

    .connect-wallet {
        width: 250px;
    }

    /* ===== Hero Image ===== */
    .middle-image {
        transform: translate(-30%, -40%);
    }

    .middle-image img {
        height: auto;
        display: block;
    }

    .top-games-container {
        left: 90%;
        top: 30%;
    }

    .game-card-track {
        grid-template-columns: repeat(6, 1fr);
    }

    .game-card {
        width: 180px;
    }
}