.vc-container .vdo-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.vc-container .vdo-overlay button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  background-color: rgba(50,200,50,0.5);
  color: white;
  cursor: pointer;
  z-index: 1000;
  border: 0.5px solid #777;
}

.vc-container .vdo-overlay button:hover {
  background-color: rgba(19,124,19,0.7);
}
