.slider-container {
  margin: 30px;
}

.item .img-description {
  position: absolute;
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease-out;
  width: 100%;
  bottom: 24px;
}

.item .img-description h2 {
  margin-bottom: 50px;
}

.item .img-description p {
  margin: 0 20px;
  color: #fff;
}

.item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(129, 133, 135, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s, visibility .2s;
  height: 100%;
  width: 100%;
  content: "";
}

.item:hover:after {
  visibility: visible;
  opacity: 1;
}

.item:hover .img-description {
  opacity: 1;
}

.class-tag.active .class-tag-item {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

#tp-content {
  height: 70vh;
}

.picture-list {
  min-height: 800px;
}