.rb-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
	background: rgba(36,67,52,.9);
}

.rb-close {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
}

.rb-close::before {
	content: 'x';
	color: white;
	font-family: sans-serif;
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.fullimg {
	height: 90%;
	margin:1em;
	width: 45%;
	float: left;
}

.leyenda {
	font-family: 'Open Sans', Helvetica, Arial;
	font-weight: 300;
	font-size: 10pt;
	color: white;
	text-align: justify;
	width: 50%;
	float: left;
	padding: 2em;
	/*margin-top: 200px;*/
}
	@media screen and (max-width:50em) {
		.fullimg {
			display: none;
		}
		.leyenda {
			width: 100%;
			margin-top: 0px;
                        font-size: 10pt;
		}
		.overlay .overlay-close {
			width: 30px;
			height: 30px;
			right: 5px;
			top: 5px;
		}
	}

.eye {
	position: relative;
	margin-right: 4em;
	margin-top: 2em;
	float: right;
	border: 0;
	color: gold;
	background: transparent;
	cursor: pointer;
}