@media screen and (max-width: 768px) {
	.tree-blocks > div h5
	{
		font-size: 32px;
	}
	.tree-blocks > div
	{
		float: left;
	}
	.leaders-block
	{
		clear: both;
	}
	.leaders-block h2
	{
		padding-top: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.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/hot_summer_festival/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/hot_summer_festival/media_arrow_r.png') no-repeat center right;
	}
}
@media screen and (max-width: 575px) {
	.summer_festival#fxcl-lucky_winners .header > div:first-of-type::after
	{
		display: none;
	}
	.summer_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;
		color: #ffea00;
		font-size: 32px;
		font-weight: bold;
		margin: 1rem auto;
		padding: 0.5rem 10px 0.7rem;
		text-shadow: 5px 5px 5px rgb(0 0 0 / 55%);
		background: #001553;
		background: -moz-linear-gradient(left, #0034d1 0%, #007cc1 50%, #0034d1 100%);
		background: -webkit-linear-gradient(left, #0034d1 0%,#007cc1 50%,#0034d1 100%);
		background: linear-gradient(to right, #0034d1 0%,#007cc1 50%,#0034d1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001553', endColorstr='#001553',GradientType=1 );
		border: 5px solid #ffea00;
		border-radius: 2rem;
		box-shadow: inset 0 -0.1rem 3px #b24300;
	}
	.terms-block
	{
		padding: 0 1rem 3rem;
	}
}
@media screen and (max-width: 420px) {
	.summer_festival#fxcl-lucky_winners .header
	{
		background: url('/images/promotion/hot_summer_festival/header_mobile.jpg') no-repeat center top / cover;
	}
	.summer_festival#fxcl-lucky_winners .header > div[data-type="time"]
	{
		font-size: 16px;
		font-weight: bolder;
	}
	.summer_festival#fxcl-lucky_winners .header h1
	{
		font-size: 32px;
	}
	.summer_festival#fxcl-lucky_winners .header h1 + p,
	.summer_festival#fxcl-lucky_winners .header > div:first-of-type
	{
		font-size: 18px;
	}
	.summer_festival#fxcl-lucky_winners .header > div:nth-of-type(2)
	{
		font-size: 28px;
	}
	.how-join-block
	{
		margin: 2rem 0 3rem;
	}
}