.panel18
{
	height: 100px;
	/* background-color: #3bb34b; */
	text-align: center;
	line-height: 100px;
}

.panel18 img
{
	max-height: 90px;
	/* background-color: red; */
	vertical-align: middle;
}

@media only screen and (min-width: 601px) /* large */
{
	
}

@media only screen and (max-width: 600px) /* small */
{
	
}