@media only screen and (max-width:767px){

}
@media only screen and (max-width:575px){ 
	section.coming-soon .banner h1 { top: 90px; font-size: 2rem; }
	section.coming-soon .banner img{ height: 70vh; object-fit: cover; }
	section.coming-soon .header img { width: 80px; left: 0; }

	section.coming-soon .banner .line { top: -20px; padding: 0 20px; font-size: 0.8rem; }


}
@media only screen and (max-width:480px){
	body{ font-size: 0.9rem; }
	section.coming-soon .banner h1 { top: 90px; }

}