@media screen and (max-width: 300px) {
	div[id*='_products'], div.topItems, div.topItems-slot {
		overflow-x: unset !important;
		min-height: 300px;
	}
}