.reveal section img {
	max-width:70%;
}

.reveal section.image img {
	max-width:100%;
}
.reveal section.image90 img {
	max-width:90%;
}
.reveal section.image80 img {
	max-width:80%;
}
.reveal section.image70 img {
	max-width:70%;
}
.reveal section.image60 img {
	max-width:60%;
}
.reveal section.image50 img {
	max-width:50%;
}

/* Use for full screen background images with text */
.intro {
	float:left;
	text-align: left;
}

.intro h2,
.intro p {
	color:white;
	text-shadow: -9px 5px 5px rgba(0,0,0,0.3);
}

.intro h2 {
	margin-top: 4em;
}


/* Quotes */
.quote p {
	font-size:2.5em;
	vertical-align: middle;
}

/* Use for full screen background images with title */
.bigimage {
	height:100%;
}
.bigimage h2 {
	position:fixed;
	bottom:0;
	width: 100%;
	color:white;
	text-align: center;
	text-shadow: -9px 5px 5px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.6);
}