html.op3-screenshot #op3-designer-element .op3-element[data-op3-element-type="audio"] {
    width: 100%;
    height: 2.5em;
    display: block;
    background: gray;
    color: transparent;

    * {
        display: none;
    }

    &::before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="white" d="M6.018 1.002A1 1 0 005 2v28a1 1 0 001.52.854l23-14a.999.999 0 000-1.707l-23-14a.999.999 0 00-.502-.145z"/></svg>');
        color: white;
        transform: translateX(-50%) translateY(-50%);
    }
}
