.game-overlay{
position: absolute;
background-color: #000;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity:.9;
text-align:center;
}	
.b-game-wrapper{
position:relative;
}
.game-overlay img{
margin-top:10%;
}
.game-overlay-loading{
margin:20px;
}
.game-overlay-progress{
border: 1px solid #777;
width: 30%;
margin: auto;
height: 10px;
}
.game-overlay-progress-filling{
background-color: #777;
width: 0%;
height:8px;
}  .b-game-wrapper {
margin-bottom: 20px;
}
.b-information-block-header__base-info h1 {
margin-bottom: 0;
line-height: 100%;
}
.b-game-area{
min-height: 310px;
}
.b-game-area.royalSlider {
width: 100%;
}
.b-game-area .rsFullscreenBtn {
position: absolute;
width: 100px;
height: 22px;
bottom: 15px;
right: 20px;
z-index: 12;
cursor: pointer;
display: none;
}
.b-game-area .rsFullscreenBtn:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 22px;
height: 22px;
background: url(https://pictures.topspeed.com/images/2015/sprite.webp) no-repeat -200px -300px;
}
.b-game-area .rsFullscreenBtn:hover:after {
background-position: -250px -300px;
}
.b-game-area .rsFullscreenBtn:hover .rsFullscreenIcn:after {
color: #3796ea;
}
.b-game-area .rsFullscreenBtn .rsFullscreenIcn:after {
content: "Fullscreen";
position: absolute;
left: 30px;
top: 0;
font-size: 0.75em;
color: #fff;
text-transform: uppercase;
text-shadow: 0 2px 2px #9a98a6;
}
.b-game-area.rsFullscreen {
background: #000;
}
.b-game-area.rsFullscreen .rsFullscreenBtn {
right: 20px !important;
bottom: auto;
top: 10px;
display: block;
}
.b-game-area.rsFullscreen .rsFullscreenBtn .rsFullscreenIcn:after {
top: 2px;
content: "Exit";
}
.b-game {
width: 100%;
height: auto;
}
.b-game-fullscreen-btn {
position: absolute;
right: 15px;
top: 15px;
font-size: 0.75em;
color: #fff;
text-transform: uppercase;
text-shadow: 0 2px 2px #9a98a6;
margin-right: 0;
}
.b-game-fullscreen-btn:hover:after {
background-position: -250px -300px;
}
.b-game-fullscreen-btn:after {
background-position: -200px -300px;
top: -2px;
}