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

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

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