.landing-page-video {
    background: #fff;
    overflow: hidden;
    position: relative;
}
/* .full-width-content {
    margin-left: -30px;
    margin-right: -30px;
} */
.landing-page-video-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    background: hsla(0,0%,100%,.8);
}
.landing-video-caption {
    position: relative;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.landing-video-icon {
    text-align: right;
}
.landing-video-caption .icon-play-circle {
    font-size: 152px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.landing-video-icon .icon-play-circle:hover {
    color: #0aaca0 !important;
}
.landing-video-text {
    text-align: left;
    font-size: 22px;
}
.jvideohome_title{
    margin-bottom: 40px;
}
.jvideohome_title h3{
    text-align: left !important;
    color:#FFF;
    padding: 0 20px;
}
.jvideohome_title p{
    color:#FFF !important;
    padding: 0 20px;
}

.wistia_embed {
    height:100%;
    width:996px;
}
/* //reponsive// */
@media only screen and (max-width: 979px) {
    .wistia_embed {
        height:100%;
        width:756px;
    }

}
@media only screen and (max-width: 767px) {
    .landing-video-icon, .landing-video-text {
        text-align: center;
    }
    .landing-video-caption .icon-play-circle{
        font-size: 80px;
    }
    .landing-video-text,
    .landing-video-icon{
        width: 100% !important;
    }

    .wistia_embed {
        height:100%;
        width:726px;
    }

}
@media only screen and (max-width: 640px) {
    .wistia_embed {
        height:100%;
        width:600px;
    }

}
@media only screen and (max-width: 530px) {
    .wistia_embed {
        height:100%;
        width:490px;
    }

}
@media only screen and (max-width: 480px) {
    .landing-video-caption{
        top: 20%;
    }
    .wistia_embed {
        height:100%;
        width:440px;
    }
}
@media only screen and (max-width: 400px) {
    .wistia_embed {
        height:100%;
        width:360px;
    }

}
@media only screen and (max-width: 320px) {
    .landing-video-caption{
        top: 10%;
    }
    .wistia_embed {
        height:100%;
        width:280px;
    }
}
