body {
  margin: 0;
  padding: 0;
}

#main-section {
  position: relative;
  height: 100%;
}
#main-section #view-change-btn {
  display: none;
  position: absolute;
  z-index: 2;
  left: 75px;
  bottom: 295px;
}
#main-section #view-change-btn.active {
  display: block;
}
#main-section #video-section {
  display: none;
}
#main-section #video-section.active {
  display: block;
}
#main-section #video-section canvas {
  opacity: unset !important;
}
#main-section #video-section.full-view {
  width: 100vw;
  height: 100%;
  max-height: 100vh;
}
#main-section #video-section.full-view .video-js {
  width: 100% !important;
  height: 100% !important;
}
#main-section #video-section.small-view {
  position: absolute;
  z-index: 2;
  left: 75px;
  bottom: 60px;
  width: 400px;
  height: 225px;
}
#main-section #video-section.small-view .video-js {
  width: 400px !important;
  height: 225px !important;
}
#main-section #map-section.full-view {
  width: 100vw;
  height: 100%;
  max-height: 100vh;
}
#main-section #map-section.small-view {
  position: absolute;
  left: 75px;
  bottom: 60px;
  width: 400px;
  height: 225px;
}
#main-section #map-section #map {
  width: 100%;
  height: 100%;
}

#list-warning .select-options {
  position: relative;
  margin-bottom: 15px;
}
#list-warning .dynamic-input-slider {
  display: none;
}
#list-warning .dynamic-input-slider.active {
  display: block;
}/*# sourceMappingURL=main.css.map */