.events-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.image-container {
  min-height: 240px;
}

.deactivate .image-container{
  filter: grayscale(1)
}

.overlay-wrap {
  width: 100%;
  max-width: 536px;
  position: relative;
  overflow: hidden;
  transition: box-shadow .8s ease;
  opacity: 0.5;
}
.overlay-wrap.active:not(.deactivate){
  opacity: 1;
transition: .3s ease;
}

.overlay-wrap:hover .overlay {
  opacity: 1;
  transition: all .8s ease;
  bottom: 0;
  display: flex;

}


.information-bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 40px 24px 20px 24px;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 1), transparent);
  height: 200px;
}

.information-bg .information {
  position: absolute;
  bottom: 25px;
}

.information .reg-note {
  padding-top: 15px;
  color: #EE058D;
  font-size: 20px;
}


.reg-note-link {
  padding-top: 15px;
  color: #EE058D;
  font-size: 20px;
}

.full-item-link,
.reg-note-link {
  color: #EE058D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.full-item-link:hover,
.full-item-link:hover .reg-note-link {
  color: #EE058D;
  text-decoration: none;

}

.full-item-link:hover .reg-note::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 12"><path fill="%23EE058D" fill-rule="evenodd" d="M24 5H1c-.6 0-1 .4-1 1s.4 1 1 1h23v5l7-6-7-6v5z"/></svg>');
    height: 2em;
    position: absolute;
    width: 1.5em;
     margin-left: 10px;
    transition: opacity 0.8s ease;
}

.full-item-link:hover .reg-note::after {
    opacity: 1;
}


@media (max-width: 599px) {
  .overlay,
  .addToCalendar,
  .add-icons,
  .overlay-icons,
  .calendar-icon:hover {
    display: none;
    visibility: hidden;
  }
}


}
