
/* TABLET BREAKPOINT */
@media only screen and (max-width: 980px) {
.container {
	max-width: 100%;
    width: 100%;
}
.cl-property {
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	width: 49%;
}
.cl-property:nth-child(3),
.cl-property:nth-child(6),
.cl-property:nth-child(9),
.cl-property:nth-child(12),
.cl-property:nth-child(15),
.cl-property:nth-child(18),
.cl-property:nth-child(21),
.cl-property:nth-child(24),
.cl-property:nth-child(27),
.cl-property:nth-child(30),
.cl-property:nth-child(33),
.cl-property:nth-child(36),
.cl-property:nth-child(39),
.cl-property:nth-child(42),
.cl-property:nth-child(45),
.cl-property:nth-child(48),
.cl-property:nth-child(51),
.cl-property:nth-child(54),
.cl-property:nth-child(57),
.cl-property:nth-child(60),
.cl-property:nth-child(63),
.cl-property:nth-child(66),
.cl-property:nth-child(69),
.cl-property:nth-child(72),
.cl-property:nth-child(75),
.cl-property:nth-child(78),
.cl-property:nth-child(81),
.cl-property:nth-child(84),
.cl-property:nth-child(87),
.cl-property:nth-child(90),
.cl-property:nth-child(93),
.cl-property:nth-child(96),
.cl-property:nth-child(99) {
	margin-right: 2%;
}
.cl-property:nth-child(even) {
	margin-right: 0;
}
}
/* MOBILE BREAKPOINT */
@media only screen and (max-width: 980px) {
.cl-property {
	margin-bottom: 1%;
	margin-right: 0 !important;
	width: 100%;
}
.cl-col-2 {
	margin-right: 0 !important;
    width: 100%;
}
.acl_col_3 {
    width: 100%;
    height: auto;
	min-height: 282px;
}
}