body {
  width: 1920px;
  height: 1080px;
  padding: 0;
  margin: 0;
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

#container {
  width: 1920px;
  height: 1080px;
  margin: 20px;
}

#confNameContainer {
  text-align: center;
  font-size: 40px;
  margin: 40px;
}

#confNameContainer input {
  font-size: 40px;
}

#confNameContainer button {
  font-size: 40px;
}

#main {
  display: none;
}

#video-container {
  display: flex;
}

#rear-video {
  width: 960px;
  position: absolute;
  top: 200px;
  left: 0px;
}

#far-video {
  width: 960px;
  position: absolute;
  top: 200px;
  left: 960px;
}

#iam {
  text-align: center;
  font-size: 40px;
  margin: 20px;
}

#otherClients {
  text-align: center;
  margin: 20px;
  width: 960px;
}

#otherClients > button {
  font-family: 'Open Sans';
  font-size: 40px;
}

header {
  font-size: 70px;
  text-align: center;
  color: #C8135C;
  font-weight: bold;
}

#userName {
  padding: 14px;
  border: solid 4px #0b5caf;
  transition: box-shadow 0.3s, border 0.3s;
  border-radius: 34px;
  padding-left: 34px;
  background: transparent;
  color: #fff;
}

#confNameBtn {
  border: 1px solid #67bcd1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 38px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
  background-color: #92cfde;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#92cfde), to(#76bdd1));
  background-image: -webkit-linear-gradient(top, #92cfde, #76bdd1);
  background-image: -moz-linear-gradient(top, #92cfde, #76bdd1);
  background-image: -ms-linear-gradient(top, #92cfde, #76bdd1);
  background-image: -o-linear-gradient(top, #92cfde, #76bdd1);
  background-image: linear-gradient(to bottom, #92cfde, #76bdd1);
}

video {
  width: 100%;
}