.single-video .shortcode-video{
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.single-video .shortcode-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.related-projects .posts-list{
  display: block;
}
.related-projects .posts-list:after{
  content: "";
  display: block;
  clear: both;
}
.related-projects .posts-list li{
  float: left;
}
.button.btn-blue {
  background-image: -webkit-linear-gradient(left bottom, #67c4ea, #26abe2 );
  background-image: linear-gradient(to right, #67c4ea, #26abe2);
}
.home-slider {
  display: none;
  overflow: hidden;
}