﻿/****************************
IFRAMES
*/

/*ORIGINAL*/
/*
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	min-height: 100vh;
	margin-bottom: 10%;
}

	.embed-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	*/


.embed-container {
	position: relative;
	padding-bottom: 5%;
	height: 0;
	overflow: hidden;
	min-height: 100vh;
	margin-bottom: 10%;
	
	/**/
	
}

	.embed-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 50%;
		
	}

.contenedor_IFRAME {
	min-height: 40vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: 10px;
}

/****************************
IFRAMES
*/