.sh-promo-banner-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sh-promo-banner-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .sh-promo-banner-image-wrapper {
    max-width: 50%;
  }
}
