.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;
}

#show .lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#bookyourticket .button {
  background: #E4FF4B;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding: 10px;
  text-decoration: inherit;
  margin-top: 40px;
  min-height: 64px;
  max-width: 50%;
  border-radius: 0;
  border: none;
  min-width: 200px;
}

@media (min-width: 576px) {
  #bookyourticket .button {
    min-width: 368px;
  }
}

#show .container {
  max-width: 1000px;
}

.show-info-col {
  padding: 30px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: column;
}

@media (min-width: 768px) {
  .show-info-col {
    min-height: 150px;
    padding: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .show-info-col h4 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .show-info-col img {
    max-height: 45px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}

.date-refer-div {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.shows-div {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*height: 60%;*/
}

.shows-img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 5/2;
  /*height: 40%;*/
  max-height: 40%;
}

.shows-a {
  color: #000 !important;
  text-decoration: none;
}

