.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.plu-floating-youtube {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(37,37,37,0.95);
	z-index: 999999;
	width: 100%;
	height: 100%;
	display: none;
}

.floating-youtube-btn-text {
	margin-top: 1em;
}

.floating-youtube-btn-text .open-floating-youtube {
	margin: 0 auto;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 12px 23px;
	background: #ffffff;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.3px;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.floating-youtube-btn-text .open-floating-youtube:hover {
	background: #e8e8e8;
}

.floating-youtube-btn-text .open-floating-youtube i {
	display: block;
	font-size: 1.7em;
	padding-bottom: 7px;
}

.floating-youtube-btn-text h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

#plu-floating-youtube-button-wrapper {
	position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#plu-floating-youtube-button-wrapper .close-floating-youtube {
	width: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	color: #fbba37;
	padding: 10px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0;
}

#plu-floating-youtube-button-wrapper .close-floating-youtube:hover {
	background: rgba(0,0,0,0.8);
}
