.article {
		margin-top: 500px;
}

@media all and (max-device-width: 767px) {
	
.article {
		margin-top: 0px;
}

}