<style>
@media (max-width: 1085px) {
	   .firstPage {
	   	    font-size: 21px!important;
	   }
	}
@media (max-width: 1036px) {
	.firstPage {
	   	    font-size: 20px!important;
	   }
	}

@media (max-width: 987px) {
	.firstPage {
	   	    font-size: 18px!important;
	   }
	}
}

@media (max-width: 890px) {
	.firstPage {
	   	    font-size: 16px!important;
	}
}
@media (max-width: 789px) {
	.firstPage {
	   	    font-size: 14px!important;
	}
}
@media (max-width: 750px) {
	.firstPage {
	   	    font-size: 14px!important;
	   	    top: 23%!important;
	}
}
@media (max-width: 691px) {
	.firstPage {
	   	    padding: 5% 5%!important;
	}
}
@media (max-width: 675px) {
	.firstPage {
	   	    padding: 4% 4%!important;
	   	    top: 24%!important;
	   	    font-size: 13px!important;
	}
}
@media (max-width: 613px) {
	.firstPage {
	   	    padding: 2% 2%!important;
	   	    top: 28%!important;
	}
}
@media (max-width: 588px) {
	.firstPage {
	   	    font-size: 11px!important;
	}
}
@media (max-width: 497px) {
	.firstPage {
			top: 20%!important;
	}
}
@media (max-width: 455px) {
	.firstPage {
			top: 16%!important;
	}
}
@media (max-width: 415px) {
	.firstPage {
			top: 12%!important;
	}
}
@media (max-width: 405px) {
	.firstPage {
			top: 4%!important;
	}
}
@media (max-width: 399px) {
	.firstPage {
		display: none!important;
	}
}
</style> 