/***** MOBILE *****/
@media only screen and (min-width:1200px) {
	.burger {display: none;}
}
@media only screen and (max-width: 575px) {
	/****** GENERALI ******/
	html, body, aside, header, main, footer {width: auto; max-width: 100vw; overflow-x: hidden;}
	img {width: auto; max-width: 100%; height: auto; display: block;}
	
	/****** REGISTRAZIONE ******/
	.signup-text, .login-text, .account-text {padding: 100px 0;}
}