.playme {
	padding: 0px;
}
.playme span:not(#gofullscreen) {
	border: 2px solid rgba(255,255,255,.2);
    border-radius: 5px;
    background: rgba(0,0,0,.1);
    font-size: 20px;
    text-align: center;
	display: flex;
	flex-direction: row;
    width: 100%;
    height: 100%;
    flex: 1;
    padding: 20px;
    justify-content: center;
    text-transform: uppercase;
    cursor:pointer;
    background:#000;
    border-radius:5px;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width:768px) {
	.playme span:not(#gofullscreen) {
		min-height: 330px;
	}
}

.playme span i.fa-play-circle {
	color:#ccc;
	text-shadow:0 0 5px rgba(255,255,255,0);
	transition:text-shadow 150ms;
	font-size: 75px;
	margin-bottom: 10px;
}

.playme span:hover i.fa-play-circle {
	color:#fff;
	text-shadow:0 0 10px rgba(255,255,255,1);
}

.playme .gamewrapperapi {
	margin-top:0px !important;
}
.playme #gofullscreen {
	display: flex;
    justify-content: center;
    align-items: center;
}