.hide-iframe {
	display: none;
}
.embed-video {
	background-size: cover;
	transition: transform 500ms;
	transform: scaleX(1) scaleY(1) scaleZ(1);
}
