.no-results {
  position: relative;
  width: 100%;
  height: 45.4375rem;
  grid-column: 1 / -1;
}
.no-results__background,
.no-results__background-image {
  width: 100%;
  height: 100%;
}
.no-results__background-image {
  object-fit: cover;
}
.no-results__background-image.no-results__background-image--pc {
  display: block;
}
.no-results__background-image.no-results__background-image--mb {
  display: none;
}
.no-results__text {
  position: absolute;
  top: 27.55rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fcca45;
  text-align: center;
  font-family: 'Google Sans';
  font-size: 1.68069rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.01681rem;
  text-transform: uppercase;
}

@media screen and (max-width: 639.98px) {
  .no-results {
    height: 24.6875rem;
  }
  .no-results__background-image.no-results__background-image--pc {
    display: none;
  }
  .no-results__background-image.no-results__background-image--mb {
    display: block;
  }
  .no-results__text {
    top: 15.75rem;
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
}
