.bst-buying-guide-banner {
  width: 100%;
  overflow: hidden;
}

.bst-buying-guide-banner__picture {
  display: block;
  width: 100%;
}

.bst-buying-guide-banner__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 584px;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 990px) {
  .bst-buying-guide-banner__image {
    min-height: 584px;
  }
}
