/** Shopify CDN: Minification failed

Line 67:3 Unexpected ","
Line 109:0 Expected "}" to go with "{"

**/

.banner--medium:not(.banner--adapt) {
   min-height: 108rem !important;
}
.banner__box  {
  width: clamp(200px, 50% + 20px, 800px); 
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; 
  flex:1;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner__heading {
  font-weight: bold;
  opacity: 0.5;
  font-size: 12vw;
  position: absolute;
  bottom: 0;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.banner__heading h0 {
  display:flex; 
  flex-direction:column; 
  flex:1;
  margin-top: auto;
}
.banner__box>*:first-child {
  width: 100vw !important;
  position: absolute;
  bottom: 0;
}
 .banner__box>*:first-child {
    margin-top: 0;
    margin-bottom: 0px !important;
   padding-bottom: 0px !important;
}
.media  {
  border: 1px solid black;
}

@media only screen and (min-width: 750px)
.banner--content-align-left.banner--desktop-transparent .banner__box, .banner--content-align-right.banner--desktop-transparent .banner__box, .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 100vw !important;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 650px) {
  .banner__heading  {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: bold;
    opacity: 0.5;
    align-self: stretch; 
  },
  .banner__box  {
  width: clamp(200px, 50% + 20px, 800px); 
  text-align: center;
  position: absolute !important;
  bottom: 0 !important;
  left: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
}

@media only screen and (max-width: 650px) {
  .banner__box>*:first-child {
    margin-top: 0;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 100vw !important;
} 
  @media only screen and (min-width: 650px) {
  .banner__box>*:first-child {
    margin-top: 0;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    width: 100vw !important;
}
}
@media screen and (max-width: 650px) {
  .banner__media:first-child {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .banner__media:nth-child(2){
    width: 100vw !important;
  }
}
#Banner-template--17909170798883__image_banner .banner__box>*:first-child span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
