/** Shopify CDN: Minification failed

Line 10:9 Unexpected "{"
Line 10:18 Expected ":"

**/


/* CSS from section stylesheet tags */
#banner-{{ section.id }}.banner-section {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.banner-section__image {
  width: 100%;
  height: auto;
  display: block;
}
.banner-section__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  white-space: nowrap;
}
.tag-list {
    margin-top: 10px;
  }

  .tag-list__item {
    margin-right: 10px;
  }