.ugb-container.is-style-order-dahlias-banner {
  position: relative;
  padding: 0px !important;
  overflow: hidden;
}

.ugb-container.is-style-order-dahlias-banner:after {
  content: '';
  background: url(../assets/hero-dahlia-graphic-cropped.png);
  display: block;
  position: absolute;
  right: 3%;
  bottom: -5px;
  height: 100%;
  max-height: 200px;
  width: 300px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.ugb-container.is-style-order-dahlias-banner .ugb-container__wrapper {
  padding: 25px !important;
}