.fpa-video-content {
    background: #1F1F1F;
    border-radius: 34px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #FFEA2C;
}

.fpa-video {
    width: 100%;
    height: 100%;
    border: 0;
}