#game_play_button {
    position: absolute;
    left: 45%;
    top: 45%;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    font-family: 'ProximaNova';
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .75em;
    padding-right: 1.5em;
    padding-bottom: .8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #ff333a;
    border-color: #ff0009;
    color: #FFF;
    border-radius: 25px;
}

#overlay {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:blue;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.innner_iframe {
	border:none;overflow:hidden;
}