
.card{border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 30px
}

.card .content {
  padding-right: 5px;
  padding-left: 5px
}

.card .card-title {
  margin-top: 25px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.card .card-title a {
  color: #333;
}
.card .card-title a:hover {
  color: #f0552b;
}

.card .card-image {
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
  overflow: hidden;
  position: relative;
  height: 60%;
  margin: 0;
  border-radius: 10px;
  -webkit-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  -moz-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  -o-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  -ms-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.card .card-image a {
  display: block
}

.card .card-image a:hover {
  opacity: 1
}

.card .card-image a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1)
}

.card .card-image img {
  width: 100%;
  height: 100%;
  transition: .5s ease-out;
  margin: 0;
  border-radius: 10px
}