html {
	overflow-x: hidden;
	background: #000000D9;
}
img {
	display: block;
	height: auto;
	width: 100%;
}

/*====================
teaser
====================*/
.teaser {
	width: 100vw;
	height: 100vh;
	display: flex;
}
.teaser-image {
	display: block;
}

@media all and (max-width: 768px) {
  .teaser {
	width: 100vw;
	height: auto;
}
  .teaser-image {width: 100vw;}
}