.mainpage {
  min-width: 35em;
  height: 50em;
  text-align: center;
}
.mainpage h1 {
  position: relative;
  top: 130px;
  right: 80px;
}
.mainpage .container {
  max-width: 1200px;
  position: relative;
  right: 70px;
  top: 170px;
  margin: 0% auto;
  padding: 0px;
}
.mainpage .container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

#back_to_main {
  position: absolute;
  top: 0.5%;
  right: 20px;
  background: burlywood;
  max-height: 25px;
  border-radius: 10px;
  margin: 10px;
  padding: 3px 10px 10px 10px;
  color: black;
  text-align: center;
}
#back_to_main a {
  color: black;
}
#back_to_main :hover {
  transform: scale(1.05);
}

.about {
  position: absolute;
  display: inline-block;
  top: 5%;
  right: 30px;
}
.about .aboutbtn {
  border-radius: 10px;
  background-color: #808080;
  color: black;
  padding: 3px 10px 3px 10px;
  font-size: 15px;
  border: none;
}
.about .about-content {
  display: none;
  position: absolute;
  right: 5px;
  background-color: #f1f1f1;
  min-width: 300px;
  height: 600px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: px;
}

.about:hover .about-content {
  display: block;
  background-color: rgba(118, 150, 180, 0.8);
}

.about:hover .aboutbtn {
  background-color: #909090;
}/*# sourceMappingURL=hopscotch.css.map */