@media only screen and
(min-width: 1025px) and
(max-width: 1400px)
{
	.prodCaption {
	  float: none;
    width: auto;
	}
	

}