.proyecto .page_container.full-width {max-width: none;background-color:#F8F8F8; padding: 0;}
.proyecto .page_container.full-width > div {align-items:center;}
.proyecto .page_container.full-width .cntb-103-1-texto {max-width: min(45%, 600px);margin: 0 auto; margin-left: 2rem;}

@media (max-width: 576px) {
.proyecto .page_container.full-width .cntb-103-1-texto{ max-width: min(90%, 500px);margin: .5rem auto;}
}
.reverse .cntb-103-block {flex-direction:row-reverse}.allinone-iframe {
	width: 100%;
	height: 100vh;
}

@media only screen and (orientation: landscape) {
	.allinone-iframe {
		height: unset;
		min-height: 700px;
	}
} 