.program-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  container-type: inline-size;
}

.overlay-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  background-color: rgba(0, 84, 37, 0.8);
  /* semi-transparent black */
  overflow: visible;
  border-radius: 0;
  padding: 2px 4px;
  text-align: center;
}

.overlay-text {
  color: white;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 4.5cqw;
}

.program-tile .v-carousel,
.program-tile .v-carousel .v-carousel__item,
.program-tile .v-carousel .v-image,
.program-tile > .v-image {
  width: 100% !important;
  height: 100% !important;
}

.program-tile .v-card__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 1.75rem !important;
  font-weight: 600;
  font-family: 'Serpentine', sans-serif;
  color: white;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  word-break: break-word !important;
  background-color: rgba(0, 84, 37, 0.8);
  padding: 4px 8px;
}
