.gkIsWrapper-gk_game .gkIsPreloader {
background: #eee;
height: 100%;
position: absolute;
text-indent: -9999px;
width: 100%;
z-index: 19;
}
.dot1,.dot2 {
width: 24px;
height: 24px;
display: block;
position: absolute;
top: 0;
background-color: #ababab;
border-radius: 100%;
-webkit-animation: bounce 2.0s infinite ease-in-out;
animation: bounce 2.0s infinite ease-in-out;
}