.images {}
.images .group {
  width: 151px;
  height: 350px;
  position: relative;
  border: 5px solid #555;
  margin-right: 10px;
  border-radius: 15px 15px 0 0;
}
.images .group:hover {
  border: 5px solid #080;
  box-shadow: 0 0 5px 5px #888;
}
.images .group:last-child {
  margin-right: 0;
}
.images label {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: #080;
  color: #fff;
  display: block;
  line-height: 2;
  width: 100%;
  border-top: 5px solid #555;
}
.images .group:hover label {
  background: #555;
  border-top: 5px solid #080;
}

.images .illustrator {
  background: url(../img/illustrator.png) no-repeat center top;
}
.images .photoshop {
  background: url(../img/photoshop.png) no-repeat center top;
}
.images .threed {
  background: url(../img/3d.png) no-repeat center top;
}
.images .mixed-media {
  background: url(../img/mixed_media.png) no-repeat center top;
}