@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}

	.isotope_container.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.isotope_container.row > [class*="col-"] {
		left: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}
