/**
Designed by TCORE
Copyright 2019
**/

/***
SmartPhone
***/
@media (max-width:413px) {
    marquee{ display: block; }
    #promotion, #transfer, #deposit, #withdrawal, #history, #profile, #freespin{ padding: 1rem 0; }

    .game-desc{ font-size: .7rem; }
}

@media (min-width:414px) and (max-width:767px) {
    .homeMenu nav a img{ height: 63px; }

    .game-desc{ font-size: .7rem; }

    .mobileClient{ height: 89px; background-size: 53% 100%; }
    .mobileClient a{ height: 89px; }
}

/***
IPad
***/
@media (min-width:768px) and (max-width:1023px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}

/***
Desktop
***/
@media only screen and (min-width: 1366px) and (max-width: 1919px) {
}

@media only screen and (min-width: 1920px) {
}