@media (min-width: 768px) and (max-width: 991.98px) {
    .mt.mt-lg-4 {
        margin-top: 4.5pc;
    }

    .mt-admin.mt-lg-4 {
        margin-top: 4.5pc;
    }

    .profile-align {
        margin-top: 50%;
    }

    #depositModal .modal-dialog,
    #withdrawModal .modal-dialog {
        max-width: 650px;
    }

    #BonusMessageModal .img-lg {
        height: 195px;
    }

    .chat-width {
        width: 75%;
    }

    .chat-messages {
        height: 80%;
    }

    #top_games_section {
        scroll-margin-top: 12vh !important;
    }

    .bg-img-sm-new {
        background-position: calc(10% - 12px) calc(129% - 25px),
            /* move 1st image further down */
            center calc(-17% + 22px),
            /* move 2nd image further up */
            calc(81% + 10px) calc(160% - 29px);
    }

    .bg-alter-new {
        background-position: -81px -66px, calc(94% + 110px) calc(62% + 54px);
    }

    .qr-align {
        bottom: -53px;
    }

    .tutorial-bg-img {
        background-position: right -45px top 50%;
    }
}