.embed-media-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.embed-media-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 95%;
	margin: auto;
	display: block;
	right: 0;
}

@media screen and (max-width: 890px) {
	.embed-media-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 75%;
		height: 75%;
		margin: auto;
		display: block;
		right: 0;
	}
}

@media screen and (max-width: 610px) {
	.embed-media-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 90%;
		height: 90%;
		margin: auto;
		display: block;
		right: 0;
	}
}
