.zoom-img img {
  transition: all .4s ease;
}

.zoom-img img:hover {
  transform: scale(1.1);
}

.special-title {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  font-style: italic;
  -webkit-text-stroke: 2px black;
  color: rgba(0,0,0,0);
}