* {
    margin: 0;
    padding: 0;
    outline: none;
}
html, body {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 11px;
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
  font-weight:bold;
  color: white;
}
body {
  background: url('../images/videoframe.png') center center / cover no-repeat;
}
.block {
  width:100%;
  margin: auto;
}
.wrapper {
  background: transparent url("../images/teletexture.png") repeat scroll right top;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
  padding: 20px;
}
.robot {
  margin: auto;
  height: 140px;
  width: 140px;
  opacity: 0.6;
  z-index: -1;
}
.error_robot {
  margin: auto;
  height: 100px;
  width: 100px;
  opacity: 0.6;
  z-index: -1;
}
.bash {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
  text-align: left;
}
video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
/* unvisited link */
a:link {
    color: #E5A71F;
}

/* visited link */
a:visited {
    color: #E5A71F;
}

/* mouse over link */
a:hover {
    color: #E5A71F;
}

/* selected link */
a:active {
    color: #E5A71F;
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/videoframe.png') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

video::-webkit-media-controls {
    display:none !important;
}

#footer {
    position: absolute;
    bottom: 30px;
    margin-top: 0px;
    /* negative value of footer height */
    padding: 0;
    clear: both;
}

#left {
  background-color:rgba(255,255,255,1);
}