<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Showcase+'s front page background.
 */
.page-view-type-products .hero-top,
.page-view-type-services .hero-top,
.page-view-type-showcases .hero-top,
.page-view-type-albums .hero-top,
.page-view-type-posts .hero-top,
.page-view-type-isotope .hero-top {
  background-position: 50% 50%;
  background-size: cover;
  border-bottom-color: transparent;
  border-bottom-width: 0;
  position: relative;
  padding: 80px 0;
}
.page-view-type-products .hero-top:after,
.page-view-type-services .hero-top:after,
.page-view-type-showcases .hero-top:after,
.page-view-type-albums .hero-top:after,
.page-view-type-posts .hero-top:after,
.page-view-type-isotope .hero-top:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-view-type-products .hero-top,
.page-view-page-id-mt-isotope-page-3 .hero-top {
  background-image: url(../../images/background-image-products.jpg);
}
.page-view-type-services .hero-top,
.page-view-page-id-mt-isotope-page-2 .hero-top {
  background-image: url(../../images/background-image-services.jpg);
}
.page-view-type-showcases .hero-top,
.page-view-page-id-mt-isotope-page-4 .hero-top {
  background-image: url(../../images/background-image-showcases.jpg);
}
.page-view-type-albums .hero-top,
.page-view-page-id-mt-isotope-page-1 .hero-top {
  background-image: url(../../images/background-image-albums.jpg);
}
.page-view-type-posts .hero-top {
  background-image: url(../../images/background-image-blog.jpg);
}
</pre></body></html>