div#home_award_mobile_v2{
	display: none;
}

@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	div#content_container{
		
		padding-top: 0px;
	}
	div.content{
		padding-top: 0px;
	}
	div#home_award_mobile{
		top: 0px;
	}
	div#headpics_nav{
		display: none;
	}

	
}

div#home_award_mobile_v3{
	padding: 20px 0px 20px 0px;
	display: none;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	div#home_award_mobile_v3{
		display: block;
	}
}
div#home_award_mobile_v3 img{
	width: 90%;
	height: auto;
}

@keyframes prospekt_animation {
 	0% { transform: scale(3) rotate(-50deg);  opacity:0.4 }
 	100% { transform: scale(1) rotate(0deg); opacity:1}
}

div#home_show_video{
	display: none;
}

@media (max-width: 700px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1050px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1400px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1750px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2100px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1050px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1400px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1750px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2100px) and (orientation:portrait)
  {	
	div#home_show_video{
		position: absolute;
		display: block;
		right: 15px;
		bottom: 15px;
		color: white;
		z-index: 81;		
	}
	div#home_show_video a{
		color: white;
		filter: drop-shadow(2px 2px 4px black);
		display: block;
		width: 180px;
		align-items: center;
		padding: 5px;		
		text-decoration: none;
		box-sizing: border-box;
		background: rgba(149, 193, 30, 0.4);
		background: rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		display: flex;
		justify-content: space-between;
		
	}
	div#home_show_video a img{
		width: 40px;
		height: auto;
		vertical-align: middle;
	}	
}

div#video_overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 94;
	padding-top: 40px;
	box-sizing: border-box;
}
div#video_overlay_content{
	position: relative;
	width: 100%;
	height: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
}
div#video_overlay_content video{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 75%;
	box-sizing: border-box;
}
div#closeOverlayButton{
	position: absolute;
	top: 0px;
	right: 10px;	
	color: white;
	font-size: 28pt;
}