.selectionBoxContainer {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.custom-controls {
  height: 100%;
  width: auto;
  overflow: hidden;
}

.custom-controls-wrapper {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  overflow: hidden;
}
