.recommender-container .recommender .question-group.slug-page-variations .size-page-banner-bg {
  background-repeat: no-repeat !important; /* Prevent the image from repeating */
  background-position: top center !important; /* Center the image within its container */
  background-size: 100% !important; /* This is the key property */
  width: 100% !important;
}
@media (max-width: 640px) {
  .recommender-container .recommender .question-group.slug-page-variations .size-page-banner-bg {
    background-image: url("../jpg/new-landing-page-m2336.jpg?$staticlink$") !important;
    height: 390px !important;
  }
}
@media (min-width: 641px) {
  .recommender-container .recommender .question-group.slug-page-variations .size-page-banner-bg {
    background-image: url("../jpg/new-landing-page-d2336.jpg?$staticlink$") !important;
    height: 800px !important;
  }
}

/*# sourceMappingURL=styles.css.map */
