@charset 'UTF-8';

@media screen and (max-width: 768px){
.nav {
	transform: translateX(0);
}
}