/* Version 2016-01-08 */

.pl-image {
	height: 320px;
	border: none;
	/* Zentrieren
	display: block;
	margin-left: auto;
	margin-right: auto;
	*/
}

/*
.pl-imagelink {

}

.pl-hyperlink {

}
*/

@media screen and (max-device-width: 550px)
{
	.pl-image {
		height: 150px;
		border: none;
	}
	
	.pl-video {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.pl-video iframe,  
	.pl-video object,  
	.pl-video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.pl-video-wrapper {
		width: 640px;
		float:none;
		margin-left:auto;
		margin-right:auto;
		max-width: 100%;
	}
}


