.date-refer-div {
  position: absolute;
  background: #C9FF73;
  max-height: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #000;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-top: 20px;
  padding-left: 12px;
}

.next-shows-img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.shows-page-img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1.2;
  object-fit: cover;
}

.swows-page-p {
  color: #8C8C8C;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

