.elementor-custom-embed-play {
    display: none;
}

.elementor-widget-video {
    box-shadow: 5px 3px 6px rgba(0,0,0, .3);
}

.bb-media-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    figure {
        height: 56px;
        display: flex;

        img {
            height: 100%;
            max-width: 100%;
        }
    }
}

.bb-media-box__content {
    margin-top: 10px;
    color: #000;

    h2, h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    a,
    a:link,
    a:visited {
        text-decoration: none;
        color: #009FE3;
    }

    a {
        font-weight: 700;
    }
}