#presentacion {
    max-width: 1000px;
    /* max-width: 800px; */
    height: auto;
    margin: auto;
    margin-top: 20px;
    padding: 30px;
}

#presentacion div:first-child{
	margin-bottom: 20px;
	font-style: italic;

}

#presentacion div:nth-child(2){
	margin-bottom: 20px;
}

#presentacion h3{
	text-align: center;
	margin-bottom: 20px;
}
.cuote{
	background-color: #EAE7DE;
	width: 105%;
	margin-left: -2.5%;
	padding: 2.5%;
	margin-bottom: 10px;
	box-shadow: 1px 3px #DBDAD7;
}
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
