@media (max-width: 500px)
{
  INPUT, TEXTAREA, SELECT {
    max-width: 100px;
  }
  h1 {
	font-size: 40px;
}
  .slideshow {
	min-height: 400px;
}
  
.hg {
	background-image: url('../images/hg_mobil.jpg');
		background-position: center -200px;
	background-repeat: no-repeat;
}

}