@charset "utf-8";

@media only screen and (max-width: 1229px) {
.containers {max-width:870px; }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.containers {max-width:560px; }
.col1-3 { width:260px; height:260px; margin:5px; float:left; position:relative }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.containers {max-width:290px; }
}