.jrespond{
	float: left;
}
@media (max-width: 767px){
 .jrespond{
	float: none;
 }
}