#message {overflow:hidden; text-align:center; width:100%; background:#000}
#message img {max-width:100%; height:auto; padding:0}

@media(min-width:320px){
 
}
@media(min-width:480px){
  	#message img {max-width:100%; height:80px}
}
@media(min-width:768px){
}
@media(min-width:992px){

}
@media(min-width:1200px){
  #secondary-navigation {padding-right:30px;} 
}

.pokerSearch, .casinoSearch {display:none}

#siteHeader .siteHead .col-xs-4 {padding-right:0 !important}

/* RAM */
@media(max-width:767px){
    #rgAccount{display:none !important;} 
} 

/* --- Ipad Pro --- */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    #rgAccount{display:none !important;} 
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    #rgAccount{display:none !important;} 
}

/*--- Ipad --- */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #rgAccount{display:none !important;}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  #rgAccount{display:none !important;}
}

/*--- Iphone X ---*/
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) { 
    #rgAccount{display:none !important;}
}