#container .-m-cms-cont-cd-slideshow {
    position:relative;
	max-width:none;
}
.-m-cms-cont-cd-slideshow .-slideshow {
	position:relative;
}
.-m-cms-cont-cd-slideshow .-wrapper {
	overflow:hidden;
}
.-m-cms-cont-cd-slideshow .-frame {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom:80%;
    min-height:100px;
}
.-m-cms-cont-cd-slideshow .-frame > .-slides {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;

    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
.-m-cms-cont-cd-slideshow .-frame > .-slides > li {
    flex:0 0 auto;
    position: relative;
    background-size:cover;
    width:100%;
}
.-m-cms-cont-cd-slideshow .-slideshow > .-arrow {
    position: absolute;
    padding:5px;
    top: 0;
	bottom: 0;
	display:flex;
    cursor: pointer;
	border:none;
	background:none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.-m-cms-cont-cd-slideshow .-slideshow > .-arrow > .-img {
    display:flex;
	background-position:50%;
	background-repeat:no-repeat;
    background-image: url("/qg/cms.layout.custom.6/pub/img/right.svg");
	width:44px;
	height:44px;
}
.-m-cms-cont-cd-slideshow .-slideshow > .-prev { left: 0; padding-left:0; }
.-m-cms-cont-cd-slideshow .-slideshow > .-next { right: 0; padding-right:0; }

.-m-cms-cont-cd-slideshow .-slideshow > .-arrow svg {
    display: none;
}
.-m-cms-cont-cd-slideshow .-slideshow > .-prev > .-img {
    transform:rotate(180deg);
}
.-m-cms-cont-cd-slideshow .-slideshow .-frame .-caption {
    display:none;
}

