.fason-video {
    width: 100%;
    max-width: 100%;
    padding: clamp(28px, 4vw, 60px) 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

.fason-video__title {
    margin: 0 0 20px;
    text-align: center;
    color: var(--rc-comp-text, var(--fason-text-color, #333236));
    font-family: var(--rc-comp-heading-font-family, var(--fason-heading-font, inherit));
    font-size: clamp(24px, 3.4vw, 40px);
    font-weight: 800;
    line-height: 1.2;
}

.fason-video__frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--rc-comp-radius, 16px);
    background: #000;
}

.fason-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
