#fw-section-hero-video-0 {

.section-video-banner-hero {
    position: relative;
}

.section-video-banner-hero::before {
    content: "⚡";
    font-size: 5em;
    color: yellow;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
}