.responsive-video {
    position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ergänzung für das Zusammenspiel mit video_shariff */
.video-shariff-play img {
   width: 100%;
   height: auto;
}

.video-shariff-preview {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-shariff-preview-icon {
	margin-top: -50px;
	margin-bottom: 10px;
}

.video-shariff-preview-text {
	width: 95%;
}
