/* fix for iPads */
@media screen and (max-width:820px) and (min-width:768px) {
	#fxcl-lucky_winners h1
	{
		font-size: 64px;
	}
	.tree-blocks
	{
		display: flex;
	}
	.tree-blocks > div
	{
		width: auto;
	}
	.tree-blocks > div h5
	{
		font-size: 42px;
	}
	.terms-block ul li {
		padding: 0 15px 15px 30px;
	}
}
@media screen and (max-width:767px) {
	#fxcl-lucky_winners h1
	{
		font-size: 2.4em;
	}
	#fxcl-lucky_winners h2
	{
		font-size: 1.75em;
		font-family: Verdana;
	}
	#fxcl-lucky_winners .header > div:last-of-type
	{
		font-size: 1em;
	}
	#leader-list
	{
		background: transparent;
		padding: 0;
		margin-top: 1em;
	}
	.how-join-block .multiple-elements:first-of-type > div:nth-of-type(5), .how-join-block .multiple-elements:last-of-type > div:nth-of-type(4)
	{
		background: url(/images/promotion/springfx/media_arrow_l.png) no-repeat center left;
	}
	.how-join-block .multiple-elements:first-of-type > div:nth-of-type(3), .how-join-block .multiple-elements:last-of-type > div:nth-of-type(2)
	{
		background: url(/images/promotion/springfx/media_arrow_r.png) no-repeat center right;
	}
	#draw-schedule .owl-btn
	{
		margin-top: 0.4em;
	}
	#leader-list li.month .month-list-result .result-list .pre-em
	{
		color: #ffffff;
	}
	#leader-list li.month .month-list-result .result-list .winner div:nth-of-type(2)
	{
		margin-bottom: 8px;
	}
	.terms-block ul li
	{
		padding: 0 15px 15px 30px;
	}
}
@media screen and (max-width:575px) {
	.springfx_festival#fxcl-lucky_winners .header
	{
		background: url(/images/promotion/springfx/header_media.jpg) no-repeat center top / 100%;
		padding: 4em 15% 2em;
		min-height: 512px;
	}
	.springfx_festival#fxcl-lucky_winners .header > div:nth-of-type(2):after
	{
		display: none;
	}
	#fxcl-lucky_winners .header > div:first-of-type::after
	{
		display: none;
	}
	#fxcl-lucky_winners .header > div:nth-of-type(2)
	{
		font-size: 28px;
	}
	.springfx_festival#fxcl-lucky_winners .header > div:nth-of-type(2)::after
	{
		content: "$10,000";
		display: block;
		width: 318px;
		max-width: 90%;
		min-width: min-content;
		font-size: 32px;
		font-weight: bold;
		margin: 1rem auto;
		padding: 0.5rem 10px 0.8rem;
		text-shadow: 5px 5px 5px rgba(0,0,0,0.55);
		color: #fbd600;
		background: #005b44;
		background: -moz-linear-gradient(left, #005b44 0%, #00b064 50%, #005b44 100%);
		background: -webkit-linear-gradient(left, #005b44 0%,#00b064 50%,#005b44 100%);
		background: linear-gradient(to right, #005b44 0%,#00b064 50%,#005b44 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b44', endColorstr='#005b44',GradientType=1 );
		border: 5px solid #d0b62d;
		border-radius: 2rem;
		box-shadow: inset 0 -0.1rem 3px #644700;
	}
	#fxcl-lucky_winners .header h1 + p, #fxcl-lucky_winners .header h1 + p > span,
	#fxcl-lucky_winners .header > div:first-of-type
	{
		font-size: 18px;
	}
	#fxcl-lucky_winners .btn
	{
		font-size: 18px;
	}
}