body {
  background-image: linear-gradient(#E0FFFF, #FFFFE0);
  height: 100%;
  font-family: ManropeWebV,sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  border:solid 2px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
  max-height: 100%;
}

.video-div {
  position: absolute;
  background-color:#080808;
  border:solid 5vmin #181818;
  border-bottom-color:#181818;
  border-left-color:#101010;
  border-radius:2px;
  border-right-color:#101010;
  border-top-color:#181818;
  box-shadow:0 0 5px 0 rgba(255,255,255,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  text-align:center;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#videoLink {
  width: 100%;
  height: 70vh;
}

.frame {
  position: absolute;
  background-color:#080808;
  border:solid 5vmin #181818;
  border-bottom-color:#181818;
  border-left-color:#101010;
  border-radius:2px;
  border-right-color:#101010;
  border-top-color:#181818;
  box-shadow:0 0 5px 0 rgba(255,255,255,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
  box-sizing:border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: auto%;
  padding:8vmin;
  text-align:center;
  &:before {
    border-radius:2px;
    bottom:-2vmin;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.25) inset;
    content:"";
    left:-2vmin;
    position:absolute;
    right:-2vmin;
    top:-2vmin;
  }
  &:after {
    border-radius:2px;
    bottom:-2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    content:"";
    left:-2.5vmin;
    position:absolute;
    right:-2.5vmin;
    top:-2.5vmin;
  }
}

#caption {
  position: absolute;
  bottom: 2vh;
  text-align: center;
  color: #000;
  height: 5%;
  width: 50ch;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 5px;
  font-family: ManropeWebV,sans-serif;
  -webkit-font-smoothing: antialiased;
}

#copyright {
  position: absolute;
  bottom: 0.0vh;
  text-align: center;
  color: #000;
  height: 5%;
  width: 50ch;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 5px;
  font-family: ManropeWebV,sans-serif;
  -webkit-font-smoothing: antialiased;
}

#header {
  display: block;
  position: absolute;
  bottom: 2vh;
  text-align: center;
  font-family: ManropeWebV,sans-serif;
  -webkit-font-smoothing: antialiased;
}
