/* SVT Video embed */
.wp-svt-video-wrapper {
	position: relative;
	padding-top: 56.25%;
	margin: 10px 0;
	overflow: hidden;
}

.wp-svt-video-iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}


/* Old embeds */
.svtplayembed {
	display: block !important;
	position: relative !important;
	padding-bottom: 56.25% !important; /* 16/9 ratio */
	height: 0 !important;
	overflow: hidden !important;
	zoom: 1;
}

.svtplayembed iframe,
.svtplayembed object,
.svtplayembed embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.svtSoundCloud {
	padding-bottom: 167px !important;
}