@media screen and (max-width:480px) {
	.container{width: 80%;}
}

@media screen and (max-device-width: 480px) {
	.container{width: 88%;}
}

