
@media (min-width: 768px) {
	.containers{
		width:98%;
	}
}
@media (max-width: 768px) {
	.containers{
		width:98%;
	}
}