@CHARSET "UTF-8";

body.no-scroll {
	overflow: hidden;	
}


#preroll .user-interaction-button {
	height: 100%;
    background-color: #000000;
    border: 1px solid #000000;	
}

	#preroll .game-image-container {
		position: relative;
	   	display: table;
    	margin: 20px auto;	
	}
	
		#preroll .game-image {
		    width: 387px;
		    height: 230px;
		    border-radius: 4px;
		    margin: 0 auto;
		    display: table;
		}
		
		#preroll .call-to-action-container {
			position: absolute;
		    top: 20px;
		    text-align: center;
		    width: 100%;
		}
		
			#preroll #gs-game-info-play-button {
				top: 0;
			}
			
			#preroll .game-title {
				font-weight: bold;
			    font-size: 24px;
			    color: #f98f28;
			    background-color: #ffffff;
			    padding: 5px;
			    border-radius: 4px;
			    display: inline;
			}
	
	