html, body {
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
}

html {
	flex-direction: row;
}

body {
	margin: 0 auto;
	overflow: hidden;
	background: black;
	flex-direction: row;
	overflow: hidden;
	touch-action: none;
}

/* CSS files add styling rules to your content */
* {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 1750px;
	max-height: 316px;
	height: auto;
	width: 100%;
}

#container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

#vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#hydra {
	width: 100vw;
	height: 18vw;

}

#landscape {
	mix-blend-mode: luminosity;
	opacity: 1;
  z-index: 3;
}

#photograph {
  z-index: 4;
	opacity: 0.05;
	transition: opacity 3s 1s;
}

#photograph:hover {
	opacity: 0.9;
}
