/* about */
.balloon{
	border-radius: 15px;
	border: 2px solid #390000;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
}

.balloon img{
	max-width: 100%;
	width: 100%;
	height: auto;
}