.page {
  background: linear-gradient(to bottom, #030e23 0%, #4f5274 60%, #4f5274);
  height: 100vh;
  width: 100%;
  display: block;
}

.videostorm_demo {
  display: flex;
  justify-content: center;
}

.demo-elem {
  width: 60% !important;
  min-width: 60% !important;
  max-width: 60% !important;
}

.demo-elem-80 {
  width: 80% !important;
  min-width: 80% !important;
  max-width: 80% !important;
}

.demo-elem-95 {
  width: 95% !important;
  min-width: 95% !important;
  max-width: 95% !important;
}

.videostorm_logo {
  height: 4vw !important;
}

.videostorm_foot {
  text-align: center;
  margin-top: 40px;
  color: #fefefe;
}

.vs_logo_row {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 20%;
  max-height: 20%;
}

.button-controls {
  margin-top: 1.5%;
  margin-bottom: -1%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.button-controls .btn-controls {
  margin-left: 1%;
  margin-right: 1%;
  color: #313131;
  width: 7rem;
  background: #fefefe;
  background-color: #fefefe;
  border-color: #fefefe;
}
