.webtv-video {
    height: 400px;
    margin: 50px 0;
    width: 100%;
}

.webtv-container {
    margin-top: 25px;
    margin-bottom: 25px;
}

.video-js .vjs-big-play-button{
    top:48%;
    left:45%;
}

@media (max-width: 1000px) {
    .video-js .vjs-big-play-button{
        top:35%;
        left:33%;
        width: 8vh;
    }
}

.widget-title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #cc0000;
    font-family: sourcesanspro;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.widget-title:after, .widget-title:before {
    width: 20px;
}

.section-title:after {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.section-title:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc((100vw - 1200px)/ 2);
}

.section-title:after, .section-title:before {
    content: '';
    height: 6px;
    background: #cc0000;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

.widget-title span {
    max-width: calc(100% - 40px);
}

.section-title span {
    padding: 0 10px;
}

.webtv-skin-img {
    width: 100%;
    height: auto;
    max-width: 100% !important;
}

.webtv-skin-video {
    position: absolute;
    height: 38.05%;
    width: 39.5%;
    z-index: 999;
    top: 56.45%;
    left: 30.3%;
}

.webtv-skin-container {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}