.gppr-dsgvo-videos {
	background: #f2f2f2 no-repeat center center;
	background-size: cover;
	color: black;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	text-shadow:  -1px -1px 0 #f2f2f2,  
    			   1px -1px 0 #f2f2f2,
				   -1px 1px 0 #f2f2f2,
				    1px 1px 0 #f2f2f2;
}
.gppr-dsgvo-videos iframe {
	height: 100%;
	width: 100%;
	max-width: 100%;
}
.gppr-dsgvo-videos a {
	color: black; 
	text-decoration: underline;
}
.gppr-dsgvo-videos .gppr-dsgvo-videos-nojs {
	padding: 20px;
}

.gppr-dsgvo-videos .gppr-dsgvo-videos-play {
	text-align: center;
	padding-top: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	cursor: pointer;
}

.gppr-dsgvo-videos .gppr-dsgvo-videos-play:before {
	content: '';
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent rgba(121,156,30,1);
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -20px;
	left: 50%;
	top: -30px;
	cursor: pointer;

				    
}

.gppr-dsgvo-videos .gppr-dsgvo-videos-play .small {
	font-size: 50%;
}
