.diapo_video {
  padding: var(--diapositive-padding);
}

.diapo_video>div>video {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}

.diapo_video>div:nth-child(1) {
  z-index: 1;
}

@media (min-width: 992px) {
  .diapo_video>div>video {
    object-fit: cover;
    object-position: center;
  }
}


.diapo_video>div:nth-child(2) {
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--base-color);
  opacity: 0.7;
}

.diapo_video>div:nth-child(3) {
  height: 15vmin;
  left: 0;
  bottom: 5%;
}

.diapo_video>div:nth-child(3)>div {
  height: 100%;
  width: 100%;
}

.diapo_video>div>.scroll_warning>svg {
  max-width: 10%;
}

.diapo_video>div>.scroll_warning>h2 {
  color: white;
}

.diapo_video>div>.scroll_warning>svg>polygon {
  fill: var(--additional-color);
}