/* ========================================
   Tools iPad Styles
   For screens 769px - 1024px
   ======================================== */

@media (min-width: 769px) and (max-width: 1024px) {

	/* Hide items marked as desktop-only if any */
	.desktop-only {
		display: none !important;
	}

	/* Lucky Draw Grid Adjustments for iPad */
	.winners-wall {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
}