@media only screen and (min-width: 1600px) 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;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px)  {
    .baccarat .box .box-content .result {
        font-size: 50px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1200px)  {
    .baccarat .box .box-content .result {
        font-size: 20px;
    }

    .main-card .main-card-holder,
    .main-card.card-horizontal .horizontal-card-holder {
        padding: 0;
    }

    .main-card-position {
        font-size: 16px;
    }

    .result-holder {
        font-size: 50px;
    }
}