/*
yt.css GULA
URI: http://www.steckdesign.ch/
Author: PixelSpace.ch
Author URI: http://www.steckdesign.ch/
Version: 1.0-ps
*/

/*	============================================================
	Youtube-Video Shortcode
	============================================================ */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin-bottom: 0.5rem;
}
.videoWrapper iframe,  
.videoWrapper object,  
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	.entry-content img, 
	.entry-content iframe, 
	.entry-content object, 
	.entry-content embed {
		max-width: 100%;
	}
