body{
	background-color: black;
	background: url(../../img/resources/bg_mobile.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:white;
}

.hidden_content_casino{
	margin-top: 50px;
	background:black;
    display: none;
}

.casino_header{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size: 30px;
}

.hidden_content_sport{
	margin-top: 50px;
	background:black;
    display: none;
}

.sport_header{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size: 30px;
}

.game_icon{
}

.slide_show{
	margin-top: 50px;
}
.menu_box{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}

.btn.link{
	padding: 0;
	font-size: 4vw;
	letter-spacing: unset;	
}