@media only screen and (min-width: 1400px) and (max-width: 4000px) {
    .blackjack .bottom .dealer-box .sub-box-result {
        font-size: 90px;
    }

    .blackjack .box .box-content .sub-box-result {
        font-size: 42px;
    }

    .blackjack .bottom .dealer-msg {
        font-size: 48px;
    }

    .blackjack .bottom .dealer-last-card .box-content img {
        height: 200px;
    }

    .blackjack .bottom .timer .counter {
        font-size: 110px;
        line-height: 135px;
    }
}