.full30-carousel-container:before,
.full30-carousel-container:after {
    display: table;
    content: " ";
}

.full30-carousel-container:after {
    clear: both;
}

.full30-carousel-container {
    position: relative;
}

.full30-arrows-container {
    position: absolute;
    top: 38%;
    z-index: 4;
    color: #333;
    font-size: 20px;
    left: 0;
    right: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.full30-carousel-container h3 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.full30-arrows-container .left {
    float: left;
    z-index: 4;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -moz-transition: all 0.3s; /* Firefox */
    -ms-transition: all 0.3s; /* IE 9 */
    -o-transition: all 0.3s; /* Opera */
    transition: all 0.3s;
}

.full30-arrows-container .right {
    float: right;
    z-index: 4;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -moz-transition: all 0.3s; /* Firefox */
    -ms-transition: all 0.3s; /* IE 9 */
    -o-transition: all 0.3s; /* Opera */
    transition: all 0.3s;
}

.full30-arrows-container .right:hover,
.full30-arrows-container .left:hover {
    color: #e74c3c;
}

.full30-carousel {
    max-width: 690px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.full30-carousel-item img {
    margin-left: auto;
    margin-right: auto;
}

.full30-carousel-item,
.full30-carousel-item .video-title,
.full30-carousel-item a {
    color: #222;
    text-decoration: none !important;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto !important;
}

.full30-carousel-item:hover,
.full30-carousel-item .video-title:hover,
.full30-carousel-item a:hover {
    color: #666;
    text-decoration: none !important;
}

.full30-carousel-item .video-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    word-wrap: break-word;
    min-height: 47px;
    max-height: 47px;
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -moz-transition: all 0.3s; /* Firefox */
    -ms-transition: all 0.3s; /* IE 9 */
    -o-transition: all 0.3s; /* Opera */
    transition: all 0.3s;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.full30-carousel-item {
    padding: 10px;
}

@media (min-width: 900px) {

    .full30-arrows-container {
        top: 39%;
    }

}
