/** Shopify CDN: Minification failed

Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:34 Unexpected "{"
Line 42:13 Expected identifier but found whitespace
Line 42:15 Unexpected "{"
Line 42:24 Expected ":"
Line 42:60 Expected ":"

**/


/* CSS from section stylesheet tags */
.slider--adaptive {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#shopify-section-{{ section.id }} {
  margin: 0 !important;
  padding: 0 !important;
}

.slider--adaptive .slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .slider--adaptive .slide img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
}

.slider--adaptive .slide {
  min-height: {{ section.settings.height | default: 400 }}px;
}