/** Shopify CDN: Minification failed

Line 16:22 Unexpected "{"
Line 16:31 Expected ":"
Line 16:38 Unexpected "{"
Line 21:22 Unexpected "{"
Line 21:31 Expected ":"
Line 25:22 Unexpected "{"
Line 25:31 Expected ":"
Line 32:22 Unexpected "{"
Line 32:31 Expected ":"
Line 38:22 Unexpected "{"
... and 21 more hidden warnings

**/
  #collage-with-text-{{ section.id }} {
    position: relative;
    text-align: center;
    overflow: visible;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__image {
    position: absolute;
    z-index: 0;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__image--top-left {
    top: 20px;
    left: 200px;
    width: 340px;
    height: 220px;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__image--top-right {
    top: 80px;
    right: 80px;
    width: 270px;
    height: 190px;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__image--bottom-left {
    bottom: 0px;
    left: 40px;
    width: 180px;
    height: 240px;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__image--bottom-right {
    bottom: 40px;
    right: 260px;
    width: 130px;
    height: 160px;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
  }
  #collage-with-text-{{ section.id }} .collage-with-text__content .button {
    margin-top: 20px;
  }
  @media (max-width: 767px) {
    #collage-with-text-{{ section.id }} .collage-with-text__image--top-right,
    #collage-with-text-{{ section.id }} .collage-with-text__image--bottom-left {
      display: none;
    }
    #collage-with-text-{{ section.id }} .collage-with-text__image--top-left {
      top: 20px;
      left: 10px;
      width: 200px;
      height: 140px;
    }
    #collage-with-text-{{ section.id }} .collage-with-text__image--bottom-right {
      bottom: 20px;
      right: 0;
      width: 160px;
      height: 200px;
    }
    #collage-with-text-{{ section.id }} .collage-with-text__content {
      width: 100%;
      padding-top: 0px;
    }
    #collage-with-text-{{ section.id }} .collage-with-text__content .rich-text__wrapper {
      max-width: 100%;
      padding: 0 20px;
    }
  }
