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

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

	padding: 10px;
	background-color: #EEEEEE;
	border-radius: 3px;
	border-width: 0px;

	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.youtubex-icon {
	padding-left: 10px;
	padding-right: 10px;
}