body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

.cellpresentation, .cellvideo
{

	background-color: #f3f3f3;
	padding:10px;
	margin-bottom:10px;

}

.cellpresentation img {
	width: 105px;
	height:auto;
}

.cellvideo img {
	width: 215px;
	height:auto;
}

.pull-left
{
	padding-right:10px;
}


@media (min-width: 710px) and (max-width: 939px) {

	.cellpresentation
	{
		min-height:250px;
	}

	.cellvideo
	{
		min-height:200px;
	}

	.cellpresentation img {
		width: 105px;
		height:auto;
	}

	.cellvideo img {
		width: 150px;
		height:auto;
	}


}

@media (max-width: 709px) {



	.pull-left
	{
	float:none !important;
	padding-bottom:10px;


	}


}