:root {
  --green: #43C95F;
}

.shadow {
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.5));
}

.shadow2 {
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.5));
}

.video-resize {
  width: 70%;
  max-width: 700px;
  min-width: 280px;

  margin-top: 10px;
  margin-bottom: 10px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}

.video-responsive {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
