.content_inside {
	margin-top:50px;
	margin-bottom:80px;
	max-width:1150px;
	width:75%;	
}
.polaroid {
	width:222px;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
	margin-right: 25px;
}
.polaroid img {
	width:222px;	
}
.img_text {
	text-align: center;
  	padding: 10px 20px;
}
#content_a26 p {
	margin-bottom:10px;
	text-indent:21px;
	text-align:justify;
}
#name_t{
	font:normal 32px Arial; font-weight:bold; color:#000;
}
#rank_t {
	font:normal 16px Arial;
}
@media all and (max-width: 640px)
{
	#content_a26 {
		margin-bottom:25px;	
	}
	.content_inside {
		width:92.5%;	
	}
	.polaroid {
		margin-right:16px;	
		width:38%;
	}
	.polaroid img {
		width: 100%;	
	}
	#name_t{
	font:normal 22px Arial; font-weight:bold; color:#000;
}
	#rank_t {
		font:normal 14px Arial;
	}
}
@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Droid+Serif|Playfair+Display|Open+Sans+Condensed:300);
.quote {
    position: relative;
    letter-spacing: .03em;
    margin-bottom: .5rem;
}
    
.quote::before {
	content: "“";
	position: absolute;
	left: -.7em;
}

.quote::after {
	content: "”";
	margin-right: -1rem;
}

.quote--container {
    margin: 2rem auto 0;
    max-width:500px;
    padding-bottom: .5rem;
}

.quote--author {
    text-align: right;
    font-weight: 300;
}