html { overflow:  hidden; }
body{
	font-family: 'Roboto', sans-serif;
}
.andre{
	height: 100vh;
	background: url('img/andre_min_card.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 1000px;
}
.andre>div{
	height: 100vh;
	position: relative;
}
.top_label{
	vertical-align: middle;
	position: relative;
}
.top_label>img{
	margin-top: 5vh;
    margin-left: 5vw;
    height: 20vh;
	vertical-align: middle;
}
.col-lg-11>.top_label>img{
	height: 10vh;
}
.right_label{
	margin-top: 50px;
}
.enter_button_block{
	position: absolute;
	bottom: 20px;
	left: 7vw;
	
}
.enter-btn>img{
	margin-top: 2vh;
	height: 5vh;
	cursor: pointer;
}

.enter-btn>div{
	display: inline-block;
	margin-left: 20px;
	width: 40%;
}
.enter-btn-img>img{
	height: 50px;
}

.enter-btn-desc{
	font-size: 18px;
	text-align: left;
}
.rules>a{
	display: block;
	margin-left: 15px;
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
}
.rules>a:hover{
	color: #fff;
}

/*media screen and (max-device-width: 768px) {
  .enter_button_block{
	 bottom: 900px; 
  }
}*/