/* #Media Queries
================================================== */
@media all and (max-width:1025px) {
	.mid-box .logo {
		max-width: 430px;
	}
	.mid-box p {
		font-size: 22px;
		line-height: 29px;
	}
}
@media all and (max-width:767px) {
	.mid-box {
		max-width: 300px;
	}
	.mid-box p {
		font-size: 17px;
		line-height: 21px;
	}
	.skew {
		width: 220px;
	}
	.skew a.skewinner {
		padding: 15px 20px;
		font-size: 14px;
    	line-height: 18px;
	}
}
@media all and (max-width:640px) {	
	#video{
		display: none;
	}
	.midd-container{
		background-image: url('../images/mob.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}
@media all and (max-width:600px) {
}
@media all and (max-width:480px) {
	.socials {
	
		top: 72%;
		transform: translateY(-50%);
	}
}