
.aboutLeft
{
    width:31.5%;
    margin-right:1.5%;
}

.aboutImageDiv
{
    width:100%;
}

/**************** MEDIA QUERIES *******************/

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 350px) 
and (max-width : 1200px) 
{
    .boxCanvas
    {
	font-size:90%;
    }
    .aboutLeft
    {
	width:42%;
    }

    .aboutRight
    {
	width:56.5%;
    }
    .aboutInfo
    {
	float:right;
	width:100%;
    }

    .map-canvas-box
    {
	clear:both;
	width:100%;
    }
}

