.ysp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  max-width: 416px; /* 320 + 30% */
}

#preview {
  position: relative;
  width: 100%;
  text-align: center;
}

#preview img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.ysp-preview-year {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 48px;
  font-weight: 900;
  color: white;
  text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.75),
    -2px -2px 4px rgba(0, 0, 0, 0.75);
  z-index: 2;
  pointer-events: none;
  user-select: none;
  width: 100%;
  text-align: center;
}

#yearSlider {
  margin-top: 30px;
  width: 130%;
  max-width: 416px;
}