.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for section, class: .elementor-element-2f3d66fa */.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* For 16:9 aspect ratio. Adjust as needed. */
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shortcode-overlay {
    position: absolute;
    bottom: 0%; /* Adjust this to position the shortcode output as desired */
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6); /* Optional: Adds a semi-transparent background */
    color: #fff; /* Adjust text color as needed */
    padding: 5px 10px; /* Optional: Adds padding */
}/* End custom CSS */