@media screen and (max-width:767px){
		header.site-header {
    position: unset;
}
header.site-header h2.brand {
    width: 55% !important;
}
div#ll_game_wrapper video {
    width: 100% !important;
}
.lyla-games.play-view .games-play {
    height: 100% !important;
}
}


#loader-overlay p {
	background: url(../images/loading-animation.svg) no-repeat !important;
	background-size: cover !important;
	background-position: -2% 55% !important;
	top: 50% !important;
	height: 33vw !important;
}