.node-container {
  position: relative;
}
.node-container .node-content {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.node-container h1.node-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .node-container h1.node-title {
    font-size: 25px;
  }
}
