#block-views-highligthed-links-block {
  padding-bottom: 30px;
  background: #f6f6f6;
  margin-top: 20px;
}
#block-views-highligthed-links-block .block-title {
}
#block-views-highligthed-links-block .block-content {
  margin-bottom: 20px;
}
.node-highlighted-link {
  position: relative;
  overflow: hidden;
  height:283px;
  background-color: black;
}
.node-highlighted-link a.node-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.node-highlighted-link a.node-content h2 {
  position: absolute;
  bottom: 0;
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  font-size: 21px;
  font-weight: normal;
  line-height: 1.1em;
  text-align:left;
  width:100%;
  margin:0;
  padding:10px 20px;
  background-color:#057EB5;
  opacity:0.9;
  color:white;
}
.node-highlighted-link a.node-content .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  -ms-transform: translateY(100%);
  /* IE 9 */
  -webkit-transform: translateY(100%);
  /* Chrome, Safari, Opera */
  transform: translateY(100%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.node-highlighted-link a.node-content .hover span {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  left: 15px;
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -ms-transform: translateY(200%);
  /* IE 9 */
  -webkit-transform: translateY(200%);
  /* Chrome, Safari, Opera */
  transform: translateY(200%);
}
.node-highlighted-link a.node-content:hover {
  text-decoration: none;
}
.node-highlighted-link a.node-content:hover .hover {
  -ms-transform: translateY(0%);
  /* IE 9 */
  -webkit-transform: translateY(0%);
  /* Chrome, Safari, Opera */
  transform: translateY(0%);
}
.node-highlighted-link a.node-content:hover .hover span {
  -ms-transform: translateY(0%);
  /* IE 9 */
  -webkit-transform: translateY(0%);
  /* Chrome, Safari, Opera */
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .node-highlighted-link {
    margin-bottom: 20px;
  }
}