.wp-block-embed__wrapper{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.page-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #222;
	text-align: center;
	display: block;

}

.page-content.single {
    font-size: 14px;
}
/* Ampliar contenido y aumentar tamaño de texto/video en páginas */
.container-wide {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 20px;
	min-height: 400px;
}


.container-wide.single iframe,
.container-wide.single video {
    width: 100%;
	height: auto;
	min-height: 600px;
	margin-top: 40px;
	margin-bottom: 30px;
}
