/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 15 2026 | 13:25:25 */
.wp-block-video.video-verticale {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-video.video-verticale video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85vh;   /* fallback per browser vecchi */
  max-height: 85svh;  /* su mobile tiene conto delle barre del browser */
  object-fit: contain;
  background: #000;
  border-radius: 8px;
}