/*Legal line fix starts*/
.hero-legal {
	position: absolute;
	bottom: 250px;
}
.hero-legal a {
	color: #ccc;
	position: relative;
	right: 60px;
}

@media only screen and (max-width: 1068px) {
	.hero-legal {
		font-size: 14px;
		bottom: 200px;
	}
	.hero-legal a {
		right: -10px;
	}
}

@media only screen and (max-width: 735px) {
	.hero-legal {
		bottom: 50px;
		width: 150px;
		text-align: left;
	}
	.hero-legal a {
		right: 0;
		left: 25px;
	}
}
/*Legal line fix ends*/

.posmedium {
	margin-top: 0;
}

@media only screen and (max-width: 1068px) {
	.posmedium {
		margin-top: -60px;
	}
}

@media only screen and (max-width: 735px) {
	.posmedium {
		margin-top: 0;
	}
}
