        .video-container {
            position: relative;
            width: 300px; /* Imposta la larghezza desiderata per la miniatura */
            margin: 0px 0px 8px 0px;
            border-radius: var(--bs-border-radius);
        }

        .video-container img {
            width: 100%;
            height: auto;
            border-radius: var(--bs-border-radius);
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .video-overlay i {
            font-size: 24px;
            color: white;
        }