
.embed-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    position: relative;
}

.embed-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}


/* Force full width layout */
.bd-container {
    max-width: 100% !important;
    width: 100% !important;
}

/* Force main content to have fixed width */
.bd-main {
    max-width: none !important;
    flex-grow: 1 !important;
    width: 100% !important;
}

/* Force article body width */
.bd-content {
    max-width: 1200px !important;  /* Set desired width */
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
