.node-highlighted {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.node-highlighted .wrapper {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.7), endColorstr=rgba(0, 0, 0, 0.4), GradientType=0);
  /* IE6-8 */
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .node-highlighted .wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.node-highlighted .node-content {
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .node-highlighted .node-content {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .node-highlighted .node-content {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.node-highlighted .node-content h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 30px 0;
}
.node-highlighted .node-content .field-name-body {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 35px;
  max-width: 450px;
}
