#home-panel {
	height: 80%;
	min-height:500px;
	min-width:285px;
	max-width:285px;
	width: 70%;
	background-color: #b21010;
	margin: auto auto;
}

.pic {
	min-height:227px;
	max-height:227px;
	min-width:285px;
	max-width:285px;
}

.caption {
	min-height:89px;
	max-height:89px;
	min-width:265px;
	max-width:265px;
	padding:10px;
}

.caption h2 {
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:22px;
}

.caption p {
	color: #FFF;
}

