.tx-jh-simple-youtube .video-container {
	position: relative;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.tx-jh-simple-youtube .video-container iframe,
.tx-jh-simple-youtube .video-container object,
.tx-jh-simple-youtube .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tx-jh-simple-youtube .video-container iframe {
	border: 0;
}

.tx-jh-simple-youtube .video-wrapper {
	max-width: 100%;
}