@charset "UTF-8";

.cssskin-gallery-detail-content .c-photo:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.c-overlay_outerBox {
	height: auto !important;
}

@media only screen and (max-width: 641px) {
.cssskin-gallery-detail-content .column {
  height: auto;
}

.cssskin-gallery-detail-content img {
  width: 100%;
}

}

