
/*** T3SB identifier: t3sbsCSSassets_2698 */

/* t3sbs_assets_2698 */
        /* Set the modal body to 80% of the viewport height */
        .modal-body {
            height: 80vh; /* 80% of the viewport height */
            display: flex; /* Use flexbox for centering */
            justify-content: center; /* Center horizontally */
            align-items: center; /* Center vertically */
        }
        /* Set the iframe to fill the modal body */
        #videoIframe {
            width: 100%; /* Full width */
            height: 100%; /* Full height */
        }
	

