

img.studio {
	display: block;
	float: left;
	
	height: 50cqi;
}

div.studio_about {
	width: 47%;
	min-height: 50cqi;
	margin-left: 3%;
	float: right;
	margin-bottom: 20px;
	display: flex;
	align-items: center; /* Vertically centers the content */
}

div.studio_clear {
	clear: both;
}

div.studio_head {
	width: 50%;
	float: left;
}

div.studio_title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 700px) {
	img.studio, div.studio_about, div.studio_head { width : 100%; height: auto; }
	div.studio_about { min-height: auto; }
}

