@media screen and (max-width: 1140px) {
	.how-get-block .multiple-elements > div p
	{
		width: fit-content;
		margin-left: 0;
	}
}
/* iPad fix */
@media screen and (max-width: 820px) and (min-width: 768px) {
	#competition.vcr-event {
		background-position: center top;
		background-size: 130%;
		margin-top: -1em;
		padding: 0 1rem;
	}
}
@media screen and (max-width: 767px) {
	#competition.vcr-event {
		background-position: center 4em;
		background-size: 130%;
	}
	#competition.vcr-event
	{
		padding: 3rem 0 5rem;
	}
	#competition.vcr-event h1
	{
		text-shadow: none;
		padding-left: 1em;
		padding-right: 1em;
	}
	#competition.vcr-event .tree-blocks > div
	{
		margin: 2em 0;
	}
	#competition.vcr-event .how-get-block
	{
		margin: 0;
		padding: 1em 2em;
	}
	.how-get-block .multiple-elements > div p
	{
		width: 100%;
		line-height: 1.5em;
	}
	.how-get-block .multiple-elements:nth-of-type(1) > div:nth-of-type(3) {
		background: url(/images/content/vcr/arrow_l.png) left -10px no-repeat;
	}
	.how-get-block .multiple-elements:nth-of-type(1) > div:nth-of-type(5) {
		background: url(/images/content/vcr/arrow_r.png) right -10px no-repeat;
	}

}