@charset "utf-8";
/* CSS Document */
.messagePhoto {
	width: 30%;
}
.messageText {
	width: 65%;
}
.messageSpec {
	margin-top: 20px;
}
.messageName {
	font-size: 2.5rem;
}





/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {

.messagePhoto {
	width: auto;
	margin: 0 auto 30px;
	text-align: center;
}
	.messagePhoto img {
		width: 50%;
	}
.messageText {
	width: auto;
}
	
}