 .video-wrapper {
            position: relative;
            padding-bottom: 56.25%;
            display: block;
            aspect-ratio: 16 / 9; /* Adjust for your video's aspect ratio */
            height: 0;
            overflow: hidden;
            height: 0; 
        }

        .video-wrapper iframe,
        .video-wrapper object,
        .video-wrapper embed {
            position: absolute;
            top: 0;
            left: 0;
            max-width: 100%;
            height: 100%;
        }

