/**
 * Embed Block Styles
 * Responsive video embed container
 */

/* Embed container with 16:9 aspect ratio */
.embed-container {
    padding-bottom: 56.25%;
}

/* Ensure embeds (especially iframes) fill their container properly */
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
