/*GENERIC FOR ALL  PHONES*/
.third_width_image{
	width:100%;
	float:none;
}
.staffmember_div{
	float:none;
	width:auto;
}



.videogriditemswrap_div .three_per_row_div{
	display:none;
}
.videogriditemswrap_div .two_per_row_div{
	display:block;
}
.videogriditem_div {
	width: 46%;
}


.local_videobuybutton{
    float:none;
}


@media only screen and (max-width: 400px) {
	/*PORTRAIT*/
	.videogriditem_div {
	width: auto;
	float: none;
}
}

