@charset "UTF-8";

.cssskin-gallery-content .c-large_headline {
  font-size: 13px !important;
  margin-top: 10px;
}

.cssskin-gallery-content .c-small_headline {
  font-size: 11px !important;
  letter-spacing: 0.15em;
}

.cssskin-gallery-content .c-body {
  font-size: 10px;
  font-weight: bold;
  font-family: Helvetica;
}

.cssskin-gallery-content .c-photo {
  overflow: hidden;
}

.cssskin-gallery-content a:hover {
  text-decoration: underline;
  opacity: 1;
}

.cssskin-gallery-content img {
  transition: all 0.3s ease-in-out;
}

.cssskin-gallery-content a:hover img {
  text-decoration: underline;
  opacity: 0.7;
  transform: scale(1.1);
}

@media only screen and (max-width: 641px) {
.cssskin-gallery-content img {
}

}
