.oembed-container iframe,
.oembed-container .fb-post span,
.oembed-container twitterwidget {
	display: block !important;
	float: none !important;
	margin: 10px auto !important;
	max-width: 100%
}

.oembed-container .fb-post {
	width: 100%;
}

.oembed-container.youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}

.oembed-container.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}