@charset "UTF-8";

/* ---------------------------------
 width <= 767px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:767px) {
.zaikoPhotos {
	grid-template-columns: repeat(4, 1fr);
}
/* under 767 */
}

/* ---------------------------------
 width <= 430px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:430px) {
.zaikoPhotos {
	grid-template-columns: repeat(3, 1fr);
}
/* under 430 */
}

/* end of file */