
video {
    height: auto;
}

.video-carousel ul {
    padding-top: 20px;
}

.video-carousel ul li {
    font-size: 14px;
    margin-bottom: 7px;
    padding-left: 20px;
}

.video-carousel video {
    width: 100% !important;
}

.video-carousel ul li:before {
    top: 7px;
}

.video-carousel .inner-wrapper {
    overflow: hidden;
}

.video-carousel .video-open-overlay {
    min-height: 290px;
}

.video-carousel figure.picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-carousel h2 {
    margin-bottom: 25px;
}

.video-carousel ul {
    padding-top: 30px;
}

.video-carousel ul li {
    margin-bottom: 7px;
    padding-left: 20px;
}

.video-carousel .full-screen {
    background: url("../img/fullscreen.png") no-repeat;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    border: none;
    position: absolute;
    bottom: 11px;
    right: 74px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.video-carousel .full-screen:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video-carousel video {
    width: 100% !important;
}

.video-carousel ul li:before {
    top: 7px;
}

.video-carousel .inner-wrapper {
    overflow: hidden;
}

.video-carousel .video-open-overlay {
    min-height: 290px;
}

.video-carousel figure.picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}