.widget {
    clear: both;
    margin-bottom: 35px;
}

.widget .header {
    padding: 10px 0;
    font-family: "Myriad W01 Lt";
    font-size: 32px;
    line-height: 35px;
}


.widget .footer {
    clear: both;
    padding: 10px 0 15px;
    text-align: right;
    font-family: "Myriad W01 SmBd";
}

.widget .footer a {
    text-decoration: none;
}


.HTMLWidget .header {
    height: auto;
}

.video-thumbnail {
    display: block;
    position: relative;
    width: 25%;
    height: 132px;
    float: left;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.col-md-8 .video-thumbnail {
    width: 33%;
}

.video-thumbnail a {
    display: block;
    height: 132px;
    background: url(../images/play.png) scroll no-repeat center center;
    width: 100%;
}

.video-thumbnail:hover {
    text-decoration: none;
}

.video-thumbnail .title {
    display: none;
    height: 132px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 40px 20px;
    line-height: 28px;
    font-family: "Myriad W01 Lt";
}

.video-thumbnail:hover .title {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

@media(max-width: 768px) {
    .video-thumbnail {
        width: 50%;
    }
}

.sidebar-right .video-thumbnail {
    width: 100%;
}

#WebCamModal .date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
}

.maincontent .video-thumbnail {
    width: 100%;
    height: 400px;
}

.maincontent .video-thumbnail:hover .title {
    height: 100%;
}

@media (max-width: 768px) {
    .maincontent .video-thumbnail {
        height: 250px;
    }
}

.widget.DocumentWidget {
    clear: none;
}

.widget_document_wrapper {
    padding-left: 0;
}
.yumpuembed iframe{
    width: 100%;
    height: 420px;
}