video#video {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  min-width: 100%;
  width: auto;
  height: auto;
  min-height: 630px;
}
body:before {
  position: fixed;
  width: 100%;
  height: 100vh;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #fff;
}
#section-banner {
  height: auto;
}
#bannersection {
  background-image: url('/assets/img/bg.jpg');
}
#section-footer {
  opacity: 0;
  height: auto;
}
.unlogged.is_front.modal-open {
  padding-right: 0!important;
  position: relative !important;
  overflow: auto;
}
