* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
  position: relative;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000000;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.div-rnator img {
  mix-blend-mode: ;
  width: 20vw;
}

.div-rnator {
  z-index: 2;
  position: relative;
  mix-blend-mode: difference;
}

img:hover {
  transform: rotate(360deg);
}

video {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  max-height: 100%;
  z-index: 0;
  width: auto;
  height: auto;
}

/* video {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
}
*/

iframe {
  display: none;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block {
  position: absolute;
  width: 96px;
  height: 96px;
  border: 4px solid #000;
  background: #ff00ff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.block:first-of-type {
  transform: translate(-66px, -66px);
  background: #00ffff;
}

.block:last-of-type {
  transform: translate(66px, 66px);
  background: #ffff00;
}

.div-btm {
  z-index: 2;
  position: absolute;
  left: 0%;
  top: auto;
  right: 0;
  bottom: 0%;
  padding: 20px;
  mix-blend-mode: difference;
}

.div-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  mix-blend-mode: normal;
}

.div-splash {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-align: center;
}

img:hover {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  transition: all 0s ease-in-out 0s;
}
