@media all and (max-device-width: 768px), all and (max-width: 768px) {
	main {
		padding-top: 160px;
		width: 100%;
	}
}

