/* Cemacon Video Widget Styles */

.cemacon-video-holder {
	margin-bottom: 30px;
}

.cemacon-video-embed .cemacon-video-aspect-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
}

.cemacon-video-embed .cemacon-video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cemacon-self-hosted-video-holder video {
	width: 100%;
	height: auto;
	display: block;
}
