@media only all and (max-width: 991px) {
	body {height: 100%; margin: 0; background-color: #ed1c24 !important; font-family: arial;}
	h1 {text-align: center; margin: 0 0 20px 0; padding: 0 0 10px 0; color: #ffffff; border-bottom: 2px solid #ffffff; font-weight: bold;}
	.bestcars {width: 360px; text-align: center; margin: 10px auto 20px auto; background-color: #ed1c24; color: #ffffff; position: relative;}
	.bestcars-logo {position: absolute; top: 3px; left: 3px; width: 55px;}
	.bestcars-description {margin: 10px 0; font-weight: bold; font-size: 15px;}
	.bestcars-description p {font-size: 13px;}
	.bestcars a:link, .bestcars a:visited {display: block; margin: 10px 0; color: #ed1c24; text-decoration: none; font-size: 12px;}
	.bestcars a:hover, .bestcars a:active {display: block; margin: 10px 0; color: #ed1c24; text-decoration: underline; font-size: 12px;}
	a.bestcars-button:link, a.bestcars-button:hover, a.bestcars-button:active, a.bestcars-button:visited {width: 250px; height: 60px; margin: auto; background: #ffffff; border: 2px solid #ffffff; border-radius: 10px; text-decoration: none; line-height: 58px; font-size: 20px;}
	a.bestcars-button:hover {color: #ed1c24; background-color: #ffffff;}
	a.bestcars-button:active {color: #ed1c24; background-color: #ffffff; border: 2px solid #dddddd;}
	.bestcars .bestcars-footer {border-top: 2px solid #ffffff;}
	.bestcars .bestcars-footer div {display: block; text-align: center; vertical-align: middle; padding: 10px 0; font-size: 16px;}
	.shell-logo {position: relative; top: -15px;}
	.desktop {display:none;}
}

@media only all and (min-width: 992px) {
	#main-container {
		width: 640px;
	}

	#main-image {
		width: calc(100% - 500px);
	}

	@media only all and (min-width: 1540px) {
		#main-container {
			width: calc(100% - 870px);
		}

		#main-image {
			width: 1026px;
		}
	}

	#header-logos {
		position: relative;
	}

	#vezess-logo {
		display: flex;
	}

	#vezess-logo .description {
		font-family: Open Sans;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 33px;
		align-items: center;
		letter-spacing: -0.86px;
		color: #464646;
		margin-left: 10px;
	}

	#bestcars-logo {
		position: absolute;
		top: 0;
		right: 0;
	}

	#main-content h1 {
		font-family: Open Sans;
		font-style: normal;
		font-weight: 600;
		font-size: 42px;
		line-height: 50px;
		text-align: center;
		text-transform: uppercase;
		color: #ED1C24;
		max-width: 80%;
    margin: 40px auto 20px auto;
	}

	#main-content p {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		color: #464646;
		max-width: 80%;
    margin: 20px auto;
	}

	#main-content a {
		display: block;
	}

	#main-content a.button {
		background: #ED1C24;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
		border-radius: 5px;
		font-family: Open Sans;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
		align-items: center;
		text-align: center;
		color: #FFFFFF;
		padding: 14px;
		max-width: 250px;
		margin: 30px auto 0 auto;
		text-transform: uppercase;
		text-decoration: none;
	}

	#main-content a.info {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		align-items: center;
		text-align: center;
		text-decoration-line: underline;
		color: #B4B4B4;
		margin: 15px auto 35px auto;
	}

	#prizes .prize {
		display: inline-block;
		width: 32%;
	}

	#prizes .prize-img {
		margin: auto;
		display: block;
		width: 100%;
		max-width: 177px;
	}

	#prizes .prize-1 .prize-img {
		max-width: 211px;
	}

	#prizes p {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		align-items: center;
		text-align: center;
		color: #464646;
	}

	#supporters {
		border-top: 1px solid #B4B4B4;
		padding-top: 25px;
    margin-top: 25px;
	}

	#supporters .description {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 16px;
		align-items: center;
		text-align: center;
		text-transform: uppercase;
		color: #B4B4B4;
	}

	#supporters .logos {
		display: block;
		width: 287px;
		margin: auto;
	}

	#supporters .automagazin-logo {
		margin-right: 30px;
	}

	#main-image {
		position: absolute;
		height: 1024px;
		right: 0;
		top: 0;
		background: url('../images/main_image.png');
	}

	.mobile {
		display:none;
	}
}
