/* ========================================
   Tools Desktop Styles
   For screens >= 1025px
   ======================================== */

@media (min-width: 1025px) {

	/* Larger max-width for tools on big screens */
	.lucky-draw-container {
		max-width: 1400px;
	}
}