﻿.youtube-embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

	.youtube-embed-container iframe, .embed-container object, .embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	.youtube-embed-container svg {
		position: absolute;
		left: 50%;
		top: 50%;
		color: #fff;
		width: 10%;
		height: auto;
		transform: translate(-50%, -50%);
		transition: all 250ms ease-in-out;
		filter:drop-shadow(2px 2px 10px rgba(0,0,0,.4));
	}

	.youtube-embed-container:hover svg {
		width: 12%;
	}