.video-container {
    margin: 30px 0;
    text-align: center;
}

.video-player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(50, 100, 150, 0.15);
}

.video-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-caption {
    margin-top: 12px;
    font-family: "Ubuntu Sans", sans-serif;
    font-size: 0.9rem;
    color: #4A627A;
}

#disclaimer-note {
    font-size: 0.8rem;
    color: #aa2e2e;
    background: #fff0f0;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 8px;
    
}
#disclaimer-note_2 {
    font-size: 0.8rem;
    color: #aa2e2e;
    background: #fff0f0;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 8px;
    
}