@media only screen and (max-width: 575px) {
	#cover .timer .days,
	#cover .timer .hours,
	#cover .timer .mins,
	#cover .timer .secs{
		width: 150px;
		display: inline-block;
		margin-left: 6px;
		text-align: center;
		margin-top: 15px;
		background: rgba(0,0,0,0.5);
	}

	    
	#partners div.row div a {
		margin: 0 auto;
		height: 80vh;
		width:80vw;
	}
	#buy_now a.btn{
		display: block;
		background: #0980ff;
		color: #fff;
		width: 100%;
		height:12vh;
		font-size: 18px;
		padding: 17px;
		margin: 0 auto;
	}
	#information div.container-fluid div.row div h2{
		font-weight: 700;
		font-size:37px;
		text-align:center;
	}
	#information div.container-fluid div.row div p{
		font-weight: 200;
		font-size:28px;
		text-align:center;
	}
	#information .image{
		height: 100vw;
		width: 100vw;
	}
	footer p{
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
	#cover .timer .days,
	#cover .timer .hours,
	#cover .timer .mins,
	#cover .timer .secs{
		width: 150px;
		display: inline-block;
		margin-left: 6px;
		text-align: center;
		margin-top: 15px;
		background: rgba(0,0,0,0.5);
	}

	
	#partners div.row div a {
		margin: 0 auto;
		height: 80vh;
		width:80vw;
	}
	#buy_now a.btn{
		display: block;
		background: #0980ff;
		color: #fff;
		width: 100%;
		height:12vh;
		font-size: 18px;
		padding: 17px;
		margin: 0 auto;
	}
	#information div.container-fluid div.row div h2{
		font-weight: 700;
		font-size:37px;
		text-align:center;
	}
	#information div.container-fluid div.row div p{
		font-weight: 200;
		font-size:28px;
		text-align:center;
	}
	#information .image{
		height: 100vw;
		width: 100vw;
	}
	#information .buffer{
		display:block
	}   
	footer p{
		font-size: 12px;
	}
	
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	
	#cover .timer .days,
	#cover .timer .hours,
	#cover .timer .mins,
	#cover .timer .secs{
		width: 150px;
		display: inline-block;
		margin-left: 6px;
		text-align: center;
		margin-top: 15px;
		background: rgba(0,0,0,0.5);
	}
	#partners div.row div a {
		margin: 0 auto;
		height: 80vh;
		width:80vw;
	}
		#information .buffer{
		display:block
	}   
	
}
