body > div.logo {

	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	text-align: right;
	width: 40%;
	/*background: black;*/

}
body > div.logo, section {
	font-family: 'Montserrat', sans-serif;
}
section#ok {
	z-index: 10;
	position: absolute;
	left: 30px;
	bottom: 30%;
}
h2.main {

	font-size: 1.6em;
	cursor: pointer;

}
h2.main:hover{

	color: white;

}
h2 {
	font-weight: normal;
	margin: 10px;
	font-size: 1.2em;
}

section.works {

	display:none;

}

section.works p {

	text-align: center;

}

section.works img {

	width: 80%;

}

h3 {

	margin: 20px auto;
	font-weight: normal;
	width: 200px;
	text-align: center;

}

h1, p {

	margin: 0;

}
h1 img {

	width: 60%;
}
a, body > div, section {

	color: #ea97ff;
}
a {

	text-decoration: none;

}
footer {

	position: relative;
	right: 20px;

}
video {

    transform:translateY(-50%) translateX(-50%);
    margin-top:50vh;
    margin-left:50vw;

}
body{

	margin:0;
	padding:0;
	overflow:hidden;
	background:black;
	/*text-align:center;*/

}

/*div.video img {

	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;

}*/

@media (orientation: landscape) {
  video, div.video img {
    width: 100%;
  }
}
@media (orientation: portrait) {
  video, div.video img {
    height: 100%;
  }
  body > div.logo {
  	width: 80%;
  }
  section#ok {
	bottom: 18%;
}
}