/**
 * CSS público de embed responsivo do YT Revolution.
 */
.tube-vc-embed-wrapper {
	margin: 20px 0;
}

.tube-vc-embed-wrapper iframe {
	max-width: 100%;
}

.tube-vc-embed-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.tube-vc-embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
