/** Shopify CDN: Minification failed

Line 6:0 Unexpected "<"

**/
<style>
.asym-banner-mian {
  width:100%;
}
.asym-banner__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.asym-banner__item {
  position: relative;
  overflow: hidden;
}
.asym-banner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.asym-banner__content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  z-index:1;
}
.asym-banner__content h2 {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color:#fff;
}
a.asym-banner-btnimg{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
/* .asym-banner__btn {
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  color: #fff;
} */
.asym-banner__item--right {
  min-height: 100%;
}
@media (max-width: 768px) {
  .asym-banner__grid {
    grid-template-columns: 1fr;
  }
  .asym-banner__content {
    left: 20px;
    bottom: 20px;
  }
}