@media only screen and (min-width:140px) and (max-width:740px)  and (orientation: portrait)  { 

#block-system-main > div > div > div > div > div.views-row.views-row-2.views-row-even.views-row-last > div.views-field.views-field-title > span > div > div {
	position: relative;
	top: 0px !important;
}

#block-system-main > div > div > div > div > div.views-row.views-row-1.views-row-odd.views-row-first > div.views-field.views-field-title > span > div > div {
  position: relative;
	top: 0px !important;
}

}