/* styles.css */
.slick-list.draggable {
    height: 710px;
}

/* Für mobile Geräte */
@media (max-width: 768px) {
    .slick-list.draggable {
        height: 610px;
    }
}
@media (max-width: 768px) {
	.single-slider {
		background-size: cover!important;
		background-position: calc(100% - 35%) center!important;
		background-repeat: no-repeat!important;
	}
}

.bottom-img {
    max-width: 45%;
}

.pdfjs-iframe {
    height: 1450px;
}
.pdfjs-fullscreen {
	display: none;
}
div.slider-content {
	position: relative;
	top: -160px !important;
}

