.elementor-119927 .elementor-element.elementor-element-23398cd{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-119927 .elementor-element.elementor-element-23398cd:not(.elementor-motion-effects-element-type-background), .elementor-119927 .elementor-element.elementor-element-23398cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C9CACA;}/* Start custom CSS for html, class: .elementor-element-776497c */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            width: 100%;
            height: 100%;
            overflow: hidden; /* Evita lo scroll */
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #c1c3c4; /* Colore di sfondo nero */
        }

        .video-wrapper {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        video {
            max-width: 100%;
            max-height: 100%; /* Lascia uno spazio sopra e sotto */
            object-fit: contain; /* Mantiene le proporzioni senza distorsioni */
        }

        /* Mobile: mantiene proporzioni originali e centra */
        @media (max-width: 768px) {
            .video-wrapper {
                padding: 10vh 0; /* Aggiunge spazio sopra e sotto */
            }

            video {
                max-height: calc(100% - 20vh); /* Mantiene margini */
                object-fit: contain; /* Nessuna distorsione */
            }
        }/* End custom CSS */