.wab-banner{
  list-style:none;
}
.wab-banner__img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}
.wab-banner--full{
  width:100% !important;
  flex-basis:100% !important;
  max-width:100% !important;
}
.wab-banner--grid{
  /* no special width; behaves like a normal product card */
}

/* Porto compatibility */
.wab-banner--full{
  clear: both;
  float: none;
  display: block;
}
