@import url("bed3jhy.css");


a, a:visited {
  color: #000;
}

.button, .button:visited {
  display: inline-block;
  background: black;
  position: relative;
  padding: 10px 30px;
  border-radius: 80px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  margin-top: 30px;
}

.button:hover {
  background: #ffff7b;
  color: #000;
}

/* rock */

html {
  scroll-behavior: smooth;
}

html.fuggg {
  overflow: hidden !important;
  height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: ccsignlanguage, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 24px;
    background: #fff url(images/rainbow-colors.gif) center center no-repeat;

    background-size: cover;
    background-attachment: fixed;
}


.mobile-menu, .menu-button, .menu-overlay {
  display: none;
}

img {
  width:100%;
  height: auto;
}

h1 {
  font-size: 8em;
  text-align: center;
  font-family: duckie, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  text-shadow: 4px 3px 0 #ffff7b;
  margin: 0;
  line-height: 1;
  letter-spacing: -9px;
  transform: rotate(-2deg);
}



h2 {
  text-align: center;
  margin: 0;
  color: #ffff7b;
  text-shadow: 4px 3px 0 #00fff2;
  font-size: 4em;
  font-family: duckie, sans-serif;
  font-weight: 400;
  font-style: normal;
}


h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 0.9;
  text-align: center;
  z-index: 9;
  color: #000;
  font-family: duckie, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 4px 3px 0 #00fff2;
  margin: 0;
}

.mememaker h3 {
  text-shadow: 4px 3px 0 #000;
  color: #00fff2;
}


h4 {
  color: #ff7e00;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  text-shadow: 4px 3px 0 #00fff2;
}


.hideinit {
  opacity: 0;
}

.buybox {
  position: fixed;
  top: 20px;
  right: 20px;
  font-weight: 400;
  font-style: normal;
  background: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;
  border-radius: 2px;
  border: 1px dashed #ffff7b;
  text-align: center;
  z-index: 9000;
}

.ca {
  cursor: copy;
}

.socials {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9000;
}

.close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px;

  text-align: center;
  z-index: 9000;
}

.texture {
  position: absolute;
  z-index: 4;
  background: url(images/grid-noise.png) repeat;
  mix-blend-mode: overlay;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.startagain {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 8;
  width: 40%;
  animation: flicker 3s linear infinite;
  display: block;
  transition: all 0.4s ease;
  transform: scale(100%) rotate(0deg);
}

.social-media {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  background: #fff205;
  border-radius: 0px;
}

.social-media .x, .social-media .telegram {
  display: inline-block;
  width: 40px;
  height: auto;
  padding: 10px;
  transform: scale(1);
  transition: all 0.3s ease;
}

.social-media a:hover {
  transform: scale(1.3);
}

.startagain:hover {
  transform: scale(106%) rotate(3deg);
}

.startagain.off {
  transform: scale(100%) rotate(3deg);
  top: 100px;
  left: 20px;
  width: 200px;
}

.startagain2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  animation: flicker 2s linear infinite;
  display: block;
}

.startagain2.off {
  display: none;
}


/* start content */

.border-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  z-index: 9000;
  background: url(images/rainbow-colors.gif);
}

.border-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  z-index: 9000;
  background: url(images/rainbow-colors.gif);
}

.border-left {
  position: fixed;
  top: 0;
  right: 0;
  right: 0;
  width: 15px;
  z-index: 9000;
  height: 100%;
  background: url(images/rainbow-colors.gif);
}

.border-right {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 100%;
  z-index: 9000;
  background: url(images/rainbow-colors.gif);
}

.menu {
  position: fixed;
  z-index: 21;
  top: 0;
  width: 100%;
}

.startcontent {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 120px;
  z-index: 6;
  transition: all 0.2s ease;
}

.investcontent {
  position: relative;
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-top: 120px;
  margin-right: 10%;
  z-index: 6;
  display: none;
}

.investcontent.on {
  display: block;
}


.contentarea {
  position: relative;
  margin: 3em 0;
  background: #fff;
  border: 2px dashed #00fff2;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 2em;
  box-shadow: 4px 3px 0 #ffff7b;
  transform: rotate(3deg);
}



.contentarea2 {
  position: relative;
  margin: 3em 0;
  background: #fff;
  border: 2px dashed #00fff2;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 2em;
  box-shadow: 4px 3px 0 #ffff7b;
  transform: rotate(-2deg);
}

.contentarea2.bosh p {
  padding-top: 40px;
  background: url(images/head-logo-bg.png) top center no-repeat;
  background-size: 40px;
}

p.ca {
  background: none !important;
}


.final {
  margin-bottom: 150px !important;
}

/* maincontainer */


.menu-left {
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 8px;
  background-color: #fff;
}

.menu-left a, .menu-right a {
  display: inline-block;
  padding: 10px;
  line-height: 1;
  margin: 0;
}

.menu-left a:hover, .menu-right a:hover {
  color: #ffff7b;
  animation: flicker2 1.5s linear infinite;
}

.menu-right {
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 8px;
  background-color: #fff;
}

.logo {
  position: absolute;
  z-index: 400;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) scale(1) rotate(0deg);
  width: 190px;
  transition: all 0.3s ease;
}

.logobutton:hover .logo {
  transform: translateX(-50%) scale(1.3) rotate(2deg);
}


.maincontainer.active {
  opacity: 1;
  top: 0;
  transform: rotate(0) scale(100%);
}

.maincontainer .scroller-top {
  position: absolute;
  width: 300vw;
  height: 100%;
  overflow-x: hidden;
  z-index: 50;
}

.maincontainer .scroller-bottom {
  position: absolute;
  width: 300vw;
  height: 100%;
  overflow-x: hidden;
  z-index: 0;
}

.scroller-bottom {
  position: absolute;
  width: 300vw;
  height: 100%;
  overflow-x: hidden;
  z-index: 0;
}

marquee {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}

.volumebox {
  position: fixed;
  width: 40px;
  height: 40px;
  background: white url(images/volume-on.svg) center no-repeat;
  background-size: contain;
  bottom: 40px;
  right: 40px;
  z-index: 10899;
  cursor: pointer;
  text-indent: 90000px;
  overflow-x: hidden !important;
  border-radius: 10px;
}

.volumebox.off {
  background: white url(images/volume-off.svg) center no-repeat;
  background-size: contain;
  border-radius: 10px;
}



/* infomodal */



.infomodal {
  position: fixed;
  top: -250%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff205;
  z-index: 25000;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.6s ease-in-out;
  width: 70%;
  border: 2px solid #f200ff;
  height: 70%;
  overflow-y: auto;
  font-family: ccsignlanguage, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.infomodal.active {
  top: 50%;
}


.infomodal h4 {
  font-size: 1.8em;
  text-align: center;
  font-family: ccsignlanguage, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  text-shadow: 4px 3px 0 #f200ff;
  margin: 0;
  line-height: 1;
  position: relative;
}

.infomodal p {
 text-align: center;
}

.infomodal img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}


.overlay {
  position: fixed;
  content: "";
  z-index: 20000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  opacity: 0;
  display: none;
}

.overlay.active {
  opacity: 1;
  display: block;
}

.close2, .close2:visited {
  color: #000 !important;
  display: block;
  text-align: center;
  font-family: ccsignlanguage, sans-serif;
    font-weight: 400;
    font-style: normal;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  z-index: 19000;
}

.close:hover {
  color: aqua;
}


/* MUSHROOM MUSHROOM  */

.bigmush {
  animation: jello 2s ease infinite;
}

.mushy {
  animation: rotate 3.1s linear infinite;
}

.bigmush {
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 0%;
  left:0%;
}

.mushy1 {
  width: 200px;
  z-index: 1;
  position: fixed;
  top: 20%;
  left:-4%;
  animation-direction: reverse;
}
.mushy2 {
  width: 250px;
  z-index: 1;
  position: fixed;
  top: 40%;
  left:40%
}

.mushy3 {
  width: 150px;
  z-index: 1;
  position: fixed;
  top: 70%;
  left:70%;
  animation-direction: reverse;
}

.mushy4 {
  width: 90px;
  z-index: 1;
  position: fixed;
  top: 0%;
  left:90%;
  animation-direction: reverse;
}

.mushy5 {
  width: 90px;
  z-index: 1;
  position: fixed;
  top: 90%;
  left:30%;
  animation-direction: reverse;
}

.mushy6 {
  width: 290px;
  z-index: 1;
  position: fixed;
  top: 70%;
  left: 10%
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
  40% {transform: translateY(-30px);} 
  60% {transform: translateY(-15px);} 
} 


/* animations */

@keyframes jello {
  11.1% {
    transform: none
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    transform: none
  }
}

.jello {
  animation: jello 2s infinite;
  transform-origin: center
}

.center {
  display: inline-block
}

.jello {
  animation: jello 2s infinite;
  transform-origin: center
}

.center {
  display: inline-block
}

@keyframes float {
	0% {
		transform: translate(-50%, -50%);
	}
	50% {
		transform: translate(-50%, -53%);
	}
	100% {
		transform: translate(-50%, -50%);
	}
}

@keyframes rotate {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }


@keyframes boxflicker {
	0%, 19%, 22%, 62%, 64%, 70%, 100% {
		opacity: 0.99;
		box-shadow: 
			-1px -1px 0 rgba(255,255,255, 0.4), 
			1px -1px 0 rgba(255,255,255, 0.4), 
			-1px 1px 0 rgba(255,255,255, 0.4), 
			1px 1px 0 rgba(255,255,255, 0.4), 
			0 -2px 8px,
			0 0 2px,
			0 0 5px #ffff7b, 
			0 0 15px #00fff2, 
			0 0 2px #ff7e00, 
			0 2px 3px #fff;
	}
	20%, 21%, 63%, 65%, 69.9% {
		opacity: 0.8;
		text-shadow: none;
	}
}

@keyframes flicker {
	0%, 19%, 22%, 62%, 64%, 70%, 100% {
		opacity: 0.99;
		text-shadow: 
			-1px -1px 0 rgba(255,255,255, 0.4), 
			1px -1px 0 rgba(255,255,255, 0.4), 
			-1px 1px 0 rgba(255,255,255, 0.4), 
			1px 1px 0 rgba(255,255,255, 0.4), 
			0 -2px 8px,
			0 0 2px,
			0 0 5px #ffff7b, 
			0 0 15px #00fff2, 
			0 0 2px #ff7e00, 
			0 2px 3px #fff;
	}
	20%, 21%, 63%, 65%, 69.9% {
		opacity: 0.8;
		text-shadow: none;
	}
}

@keyframes flicker2 {
	0%, 19%, 22%, 62%, 64%, 70%, 100% {
		opacity: 0.99;
		text-shadow: 
			-1px -1px 0 rgba(255,255,255, 0.4), 
			1px -1px 0 rgba(255,255,255, 0.4), 
			-1px 1px 0 rgba(255,255,255, 0.4), 
			1px 1px 0 rgba(255,255,255, 0.4), 
			0 -2px 8px,
			0 0 2px,
			0 0 5px #ffff7b, 
			0 0 15px #00fff2, 
			0 0 2px #ff7e00, 
			0 2px 3px #000;
	}
	20%, 21%, 63%, 65%, 69.9% {
		opacity: 0.8;
		text-shadow: none;
	}
}




.sparkles {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: screen;
  background: url(images/sparkles.gif) repeat;
}

.sparkles.smart {
  background: white url(images/pixelbg.gif) center no-repeat;
  background-size: cover;
}

.sparkles.off {
  background-color: transparent;
}


.sparkles img {
  display: block;
  mix-blend-mode: overlay;
}

.bigday {
  position: fixed;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    70deg,
    #7cff0c,
    #7cff0c 50px,
    #ff1178 50px,
    #ff1178 100px
  );
  transition: all 0.5s ease-in-out;
}

.bigday.off {
  top: 100vh;
}

.boxy {
  position: absolute;
  top: -150%;
  left: 50%;
  transform: rotate(8deg) translate(-150%, -50%)  scale(0);
  opacity: 0;
  width: 35%;
  background: repeating-linear-gradient(
    120deg,
    #01fff4,
    #01fff4 50px,
    #fff205 50px,
    #fff205 100px
  );
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 3px 0 #ffff7b;
  text-align: center;
  transition: all 0.6s ease-in-out;
  box-shadow: 5px 5px 5px #000;
  animation: float 2.75s ease-in infinite;

}

.boxy.on {
  opacity: 1;
  top: 50%;
  transform:rotate(-2deg) translate(-50%, -50%)  scale(1);
}

.geekologo {
  width: 40%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.enter {
  font-size: 50px;
  font-family: ccsignlanguage, sans-serif;
    font-weight: 400;
    font-style: normal;
  text-decoration: none;
  -webkit-text-stroke: 2px black;
}

.enter:hover {
  color: #f200ff;
}



/* ------------------------------------------------------------------- mobile */

@media screen and (max-width: 767px) {

  body {
    overflow-x: hidden !important;
  }

  .buybox {
    font-size: 16px;
  }

  .ca {
    word-break: break-all;
  }


  .infomodal {
    position: fixed;
    top: -250%;
    left: 0;
    transform: translate(0,0);
    z-index: 25000;
    box-sizing: border-box;
    padding: 20px;
    transition: all 0.6s ease-in-out;
    width: 70%;
    height: 70%;
    overflow-y: auto;
    text-align: center;
    
  }
  
  .infomodal.active {
    top:0;
    width: 100%;
  }
  
  

  pre {
    font-size: 14px;
  }

  .menu-left, .menu-right {
    display: none;
  }

  h1 {
    font-size: 2.2em;
    letter-spacing: 0;
  }

  h3 {
    font-size: 1.5em;
  }

  .maincontainer {
    background: url(images/fast-sky.gif) top left no-repeat;
    background-size: cover;
  }

  .maincontainer.active .ground {
    bottom: 15px;
  }
 
  .startcontent, .investcontent {
    position: relative;
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding-top: 120px;
    margin: 0 auto;
    z-index: 6;
    transition: all 0.2s ease;
    right: auto;
  }

  .badger {
    position: relative;
    display: block;
    width: 70%;
    margin: 0 auto;
    
  }

  .investcontent {
    margin-bottom: 9em;
  }

  .startcontent p {
    font-size: 20px;
  }

  .contentarea {
    position: relative;
    margin: 40px 0;
    background: #fff;
    border: 2px dashed #00fff2;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 4px 3px 0 #ffff7b;
    transform: rotate(0deg) !important;
  }
  
  .contentarea2 {
    position: relative;
    margin: 40px 0;
    background: #fff;
    border: 2px dashed #00fff2;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-shadow: 4px 3px 0 #ffff7b;
    box-sizing: border-box;
    transform: rotate(0deg);
  }

  .tvbox {
    width: 74%;
    bottom: 62px;
    right: -5%;
}

  .giko {
    position: fixed;
    bottom: 10px;
    left:-1.2%;
    z-index: 12000;
    width: 30%;
    background-size: contain;
  }
  
  .social-media {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
  }



  .mobile-menu {
    display: block;
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    z-index: 30000;
    text-align: center;
    background: #fff205;
    padding: 10px;
    padding-top: 40px;
    box-sizing: border-box;
    transition: all 0.4s ease;
  }

  .mobile-menu.on {
    top: 0;
  }

  .mobile-menu a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
  }

  .menu-button, .close-button {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10800;
    color: #000;
    display: block;
    background: #fff205;
    padding: 12px;
    display: none;
  }

  .menu-button.on {
    display: block; 
  }

  .close-button.on {
    display: block; 
    z-index: 400000;
  }

  .menu-overlay.on {
    display: block;
    position: fixed;
    z-index: 10700;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
    120deg,
    #01fff4,
    #01fff4 50px,
    #fff205 50px,
    #fff205 100px
  );
    top: 0;
    left: 0;
  }

  .boxy {
    width: 90%;

  }

  .volumebox {
    position: fixed;
    width: 40px;
    height: 40px;
    background: transparent url(images/volume-on.svg) center no-repeat;
    background-size: 26px;
    bottom: 10px;
    right: auto;
    left: 10px;
    z-index: 212001;
}

.volumebox.off {
  background: #ffff7b url(images/volume-off.svg) center no-repeat;
  background-size: contain;
}

  .controller1 {
    position: absolute;
    top: 20%;
    right: 10%;
    animation: float 2s linear infinite;
  }

  .controller2 {
    position: absolute;
    top: 17%;
    left: -8%;
    width:120px;
    height:120px;
    animation: float 1.2s linear infinite;
  }

  .controller3 {
    position: absolute;
    top: 30%;
    left: 30%;
    animation: float 3s linear infinite;
  }

  .controller4 {
    position: absolute;
    top: 40%;
    right: 10%;
    width:150px;
    height:150px;
    animation: float 3.1s linear infinite;
  }


}


/* videos */

.videooverlay {
position: fixed;
z-index: 4999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: repeating-linear-gradient(
    45deg,
    #000,
    #000 10px,
    #fff 10px,
    #fff 20px
  );
display: none;
}

.videooverlay.on {
  display: block;
}

.videomodal {
  bottom: 10%;
  position: absolute;
  right: -150vw;
  z-index: 5000;
  transition: all 0.4s ease;
  width: 26.5%;
  height: 77%;
  overflow: hidden;
  border: 10px solid white;
  box-shadow: 4px 3px 0 #ffff7b;
  border-radius: 8px;
  transform: rotate(-2deg);
  background: #fff;
}

.videomodal.on {
  bottom: 10%;
  right: 18%;
}

.videomodal video {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: absolute;
}

#screen {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: 20;
  width: 55%;
  text-align: center;
  line-height: 0;
}



#screen video {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  visibility: visible !important;
  border: 5px solid white;
  border-radius: 10px;
  
}

#screen a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.vid a::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  background: url(images/playbutton.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}

#screen .video1 {
  position: relative;
  width: 30%;
  margin: 20px;
  transform: rotate(-2deg) scale(1);
  display: inline-block;
  border: 5px solid white;
  border-radius: 10px;
  padding: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

#screen .video2 {
  position: relative;
  width: 30%;
  margin: 20px;
  transform: rotate(-4deg) scale(1);
  display: inline-block;
  border: 5px solid white;
  border-radius: 10px;
  padding: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

#screen .video3 {
  position: relative;
  width: 30%;
  margin: 20px;
  transform: rotate(2deg) scale(1);
  display: inline-block;
  border: 5px solid white;
  border-radius: 10px;
  padding: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
#screen .video4 {
  position: relative;
  width: 30%;
  margin: 20px;
  transform: rotate(4deg) scale(1);
  display: inline-block;
  border: 5px solid white;
  border-radius: 10px;
  padding: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

#screen .vid:hover ,
#screen .vid:hover,
#screen .vid:hover,
#screen .vid:hover {
  transform: rotate(0deg) scale(1.25);
}



.vid a::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  background: url(images/playbutton.png) center center no-repeat;
  background-size: contain;
  transform: scale(1) translate(-50%, -50%);
}

.vid a:hover::after {
  transform: scale(1.4) translate(-49%, -49%);
}

.mediaWindow {
  position: absolute;
  top: 100px;
  left: -100vw;
  z-index: 90000;
  width: 600px;
  transition: all 0.4s ease;
}

#mediaWindow.on {
  left: 0;
}


/* ------------------------------------------------------------------- mobile */

@media screen and (max-width: 767px) {
  #screen {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 20;
    width: 85%;
    text-align: center;
    line-height: 0;
  }  


  .videomodal {
    bottom: 10%;
    position: absolute;
    right: -150vw;
    z-index: 5000;
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 10px solid white;
    box-shadow: 4px 3px 0 #ffff7b;
    border-radius: 8px;
    transform: rotate(0deg);
    background: #fff;
  }
  
  .videomodal.on {
    bottom: 0;
    right: 0;
  }

  .close {
    position: absolute;
    right: auto;
    top: 18px;
    left: 20px;
    z-index: 600;
  }
  
  .videomodal video {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: absolute;
  }
  

}