
.aboutLeft
{
    width:40%;
    margin-right:2%;
    min-width:300px;
    max-width:450px;
}

.aboutRight
{
    width:60%;
}

.aboutImageDiv
{
    width:100%;
    border-color:white;
    border-width:2px;
    border-style:solid;
}

.aboutInfo
{
    width:100%;
    max-width:550px;
}

.videoDiv
{
    float:none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    margin-bottom:2%;
    height: 0;
}

.videoFrame
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

@media only screen 
and (max-width : 1000px) 
{
    .aboutLeft
    {
	width:45%;
    }

    .aboutRight
    {
	width:53%;
    }
}
