body._bs2 {
  background: #000 url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

._bs2 #videoEl {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  object-fit: cover;
  top: 0;
  left: 0;
  pointer-events: none;
}

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

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

._bs2 #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.55);
  z-index: -50;

}

._bs2 #header-container {

  text-align: center;
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

._bs2 #header-container h1 {
  letter-spacing: 6px;
  border-bottom: 8px solid #aaa;
  padding: 0.5rem;
  border-radius: 4rem;

}

._bs2 #webomatic {
  color: rgba(226, 226, 226, 0.8);
  font-size: 2.75rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-family: Comfortaa;
  position: relative;
}

._bs2 #webomatic #w_webo {
  background: rgba(226, 226, 226, 0.8);
  color:rgba(20, 20, 20, 0.95);
  font-weight: bold;
  border-radius: 8px;
  padding: 22px;
}

._bs2 #webomatic:hover 
{
  color: rgba(226, 226, 226, 0.9);
}

._bs2 #webomatic:hover #w_webo 
{
  background: rgba(226, 226, 226, 0.9);
  color:rgba(20, 20, 20, 0.95);
}

._bs2 #links-container {
  text-align: center;
  margin-top: 5rem;

}

._bs2 #links-container h3 {
  width: 550px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
._bs2 #links-container h3 a {
  text-decoration: none;
}
._bs2 #links-container h3 a span {
  display: block;
  max-width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

._bs2 #links-container h3 a:hover span,
._bs2 #links-container h3 a:active span {
  border: 1px solid #fff;
  background-color: rgba(60,60,60,0.5);
  color: #fff;
}

._bs2 .conflux-logo {
  position: relative;
  top: -4px;
  height: 2rem;
}



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



}

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

  ._bs2 #webomatic {
    color: rgba(226, 226, 226, 0.8);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-family: Comfortaa;
    position: relative;
  }
  
  ._bs2 #webomatic #w_webo {
    background: rgba(226, 226, 226, 0.8);
    color:rgba(20, 20, 20, 0.95);
    font-weight: bold;
    border-radius: 6px;
    padding: 15px;
  }

  ._bs2 #links-container h3 a span {
    font-size: 1.5rem;
    padding: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  ._bs2 .conflux-logo {
    position: relative;
    top: -2px;
    height: 1.65rem;
  }
  

}