.ust-work-samples {
  margin: 15px;
  cursor: pointer;
}
.ust-work-samples img {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 350px;
  transition: all .5s;
}
.ust-work-samples:hover img {
  border: 1px solid green;
  transform: scale(1.05);
  -webkit-box-shadow: 1px -3px 18px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px -3px 18px 2px rgba(0,0,0,0.75);
  box-shadow: 1px -3px 18px 2px rgba(0,0,0,0.75);
}
.ust-work-samples figcaption {
  text-align: center;
  heigth: 50px;
  font-size: 12px;
  display: block;
  max-width: 350px;
  padding: 10px 20px 5px 20px;
  transition: all .5s;
  text-indent: 5px;
}
.ust-work-samples:hover figcaption {
  font-weight: bold;
  color: green;
  background: rgba(100, 100, 100, .1);
  border-radius: 10px;
}
// .ust-work-samples-title {
//   display: block;
//   transition: all .5s;
//   cursor: pointer;
// }
// .ust-work-samples-title:hover {
//   color: green;
//   transform: scale(1.05);
// }