/*Local fixes*/
@media only screen and (max-width: 1068px) {
	.section-entertained .services .column {
		max-width: 30%;
		padding-right: 25px;
	}
	.section-entertained .services .music, .section-entertained .services .arcade {
		margin-left: 0;
	}
}

@media only screen and (max-width: 734px) {
	.section-entertained .services .column {
		max-width: 100%;
		padding-right: 0;
	}
}
