#style-3 {
  padding: 1.5rem 3rem 4rem;
}

.style-3-item {
  margin-bottom: 30px;
}

.style-3-item:hover .style-3-title-overlay {
  opacity: 0.3;
  transition: 0.5s ease;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  height: 50%;
  z-index: 1;
}

.style-3-item:hover .style-3-title-hide {
  opacity: 1;
  transition: 1s ease;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.style-3-item .img-thumbnail {
  border-radius: 7px;
  box-shadow: #adb7d4 2px 5px 10px;
}

.style-3-title-overlay {
  height: 0;
  bottom: 0;
  background: #4DB7FE;
  transition: 1s ease;
}

.style-3-title-hide {
  bottom: 1.5rem;
  font-weight: bold;
  color: white;
  left: 1.5rem;
  margin-right: 1.5rem;
  z-index: 3;
  opacity: 1;
  transition: 1s ease;
}

.style-3-title-hide h3 {
  font-family: 'Quicksand', sans-serif !important;
}

.style-3-title-link {
  font-size: 1.2rem;
  font-weight: 700;
}

.style-3 .fa-eye {
  color: #fff;
}

.style-3-link {
  z-index: 8;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .style-3-title-hide {
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  #style-3 {
    padding: 1.5rem 0.5rem 4rem;
  }

  .style-3-item {
    padding: 0 5px;
  }
}