.section_slideshow {
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}
.section_slideshow > h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}
.slideshow li .description {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    padding: 10px;
    text-align: right;
    z-index: 100;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 11px;
    background: rgba(0,0,0, 0.5);
}
.slideshow li:hover .description {
    display: block;
}
@media only screen and (min-width: 768px) {
    .section_slideshow {
        border-top: 1px solid #afafaf;
        display: flex;
    }
    .section_slideshow > h3 {
        width: 245px;
        flex-shrink: 0;
    }
}

.flexslider.slideshow,
.flexslider.slideshow .slides,
.flexslider.slideshow .slides > li {
	height: 680px;
	width: 100%;
	overflow: hidden;
	position: relative;
    background: #f2f2f2;
}
.flexslider.slideshow .slides > li video,
.flexslider.slideshow .slides > li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*.flexslider.slideshow .slides > li video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.slideshow .prev {
    left: 0;
    background: url('../img/prev.svg') no-repeat left center transparent;
    background-size: 16px;
}
.slideshow .next {
    right: 0;
    background: url('../img/next.svg') no-repeat right center transparent;
    background-size: 16px;
}
.slideshow .arrow:hover {
    opacity: 1;
}
.slideshow .arrow {
    font-size: 0;
    border: 0;
    width: 20%;
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 50px;
    /*opacity: 0;*/
    cursor: pointer;
}
.flexslider.slideshow .flex-control-nav {
    display: none;
}
.fancybox-button--thumbs,
.fancybox-button--play {
    display: none !important;
}