/*******************
VIDEO TITLE
********************/
video, .parallax-video {
    width: 100%;
}
.video-section {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 450px;
    color: #fff;
}
.cs_overlay-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    opacity: 0.5;
    background: url(../images/image-screen-overlay.png);
    background-repeat: repeat;
}
.video-section .heading4 {
    margin-bottom: 0; 
    padding-top: 30px;
    z-index: 10;
}
.parallax-multilayer {
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax-multilayer .parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
}
.title-overlay h2 {
  color: #fff !important;
  background: transparent !important;
  -webkit-background-clip: inherit !important;
  -webkit-text-fill-color: inherit !important;
}
.title-overlay .heading4::after {
  content: url('../images/title-w.png') !important;
}