.our-videos-slideshow .slick-next:before, .our-videos-slideshow .slick-prev:before {
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #D0D0D0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}


.our-videos-slideshow .slick-list,  .our-videos-slideshow .slick-slider {
    position: relative;
    display: block;
    margin-left: 1.8em;
    margin-right: 1.8em;
}

.our-videos-slideshow .item /*, .our-sites-slideshow .item */ {
    padding: .6em;
}

.our-videos-slideshow .item a {
    color: #fff;
}

.our-videos-slideshow .item-details {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: .4em .6em;
    display: block;
}

.our-videos-slideshow .slick-slide .video-frame {
    display: block;
    width: 100%;
    min-height: 260px;
}

.our-videos-slideshow button.slick-next.slick-arrow:focus, .our-videos-slideshow button.slick-prev.slick-arrow:focus {
    background: none;
    border: none;
    outline: none;
}