#fw-section-custom-html-c2fde40d-1eda-44fc-b40b-112646022b43 {
/* Fullscreen centering */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; /* Optional background color */
}

/* Wrapper to ensure proper alignment */
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* Video container with size limits */
.video-container {
    width: 100%; /* Full width on smaller screens */
    max-width: 1000px; /* Limit width to 1000px on larger screens */
    aspect-ratio: 16 / 9; /* Maintain 16:9 aspect ratio */
    position: relative; /* For iframe alignment */
    overflow: hidden; /* Prevent overflow */
    background: #000; /* Optional background color */
}

/* Full iframe coverage */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Remove border */
}
}
#fw-section-header {
a {
    color: #000; /* Black color */
    font-weight: bold;
    font-size: 14px;
}
}