.custom-video-section {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

}


.custom-video-container {

    display: flex;

    flex: 1 1 auto;

    width: 100%;

    max-width: 1200px;

    aspect-ratio: 16 / 9;

}


.custom-video-container iframe {

    flex: 1;

    width: 100%;

    height: 100%;

    border: 0;

}