.video-slide {
    background: white !important;
    padding: 0 50px;
}

.screen-video-slide {
    height: 135px;
    border: lightgray solid thin;
}

.video-title-slide {
    height: 55px;
    border: lightgray solid thin;
    word-wrap: break-word;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    font-size: 12px;
    border-top: 0;
    border-bottom: 0;
}

.video-detail-slide {
    height: 20px;
    border: lightgray solid thin;
    border-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.box-video-slide {
    width: 227px;
    margin-right: 8px;
}

.box-video-slide:hover {
    opacity: 0.4;
}

#carousel-thumbs img {
    border: 0px !important;
}

.play-image-slide {
    width: 100%;
    height: 135px !important;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 21%;
    margin-top: -135px;
}

.play-icon {
    width: 45px;
    height: 45px;
}

.play-icon-group {
    width: 30px;
    height: 30px;
}

.video-slide-detail {
    font-size: 10px;
    color: gray;
}