
/************* IMAGES ************************************/

.aboutImageDiv
{
    position:relative;
    float:left;
    margin-bottom:1px;
    width:32%;

}

.gutter-sizer
{
    width:1.5%;
}

.videoDiv
{
    width:65.5%;
    height:0;
    padding-bottom: 45%;
    margin-bottom:1.5%;
}

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

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

@media only screen 
and (max-width : 1100px) 
{
    .aboutImageDiv
    {
	width:48%;
    }
    
    .videoDiv
    {
	width:97.5%;
	padding-bottom:65%;
    }
}