/**
 * Styles for Fusion Image Extension
 */

.fsn-youtube {
	display: block;
	width: 100%;
	height: auto;
	max-width: 420px;
}
.fsn-youtube .placeholder, .fsn-youtube .yt {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 55%;
	background-color: #000;
	display: block;
	border: 0 none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.fsn-youtube .placeholder {
	padding-bottom: 51%;
}
.fsn-youtube .placeholder div {
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../../images/youtube_play.png) no-repeat center transparent scroll;
	box-sizing: border-box;
	cursor: pointer;
}
.fsn-youtube .yt iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0 none;
}
.fsn-youtube .title {
	display: block;
	text-align: left;
	padding: 4px 10px;
}
