.hero-art {
  height: 430px;
  position: relative;
}

.hero-photo-wrap {
  position: absolute;
  right: 48px;
  top: 0;
  width: 320px;
  height: 410px;
  overflow: hidden;
  border-radius: 28px;
  background: #fce0e8;
  box-shadow: 0 28px 44px #4c214126;
}

.hero-photo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% center;
}

.hero-art .daily-card {
  left: 12px;
  bottom: 23px;
}

@media (max-width: 780px) {
  .hero-photo-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 338px);
    height: 300px;
    margin: 0 auto;
    border-radius: 20px;
  }

  .hero-photo-wrap img {
    object-position: 54% 42%;
  }
}
