html.op3-screenshot #op3-designer-element .op3-element[data-op3-element-type="facebookbutton"] {
    .op3-facebook-button {
        width: 100%;
        height: 7em;
        display: block;
        background: gray;

        &::before {
            content: "";
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            width: 64px;
            height: 64px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="white" d="M12.246 0l-4 14H2v17h22.28a4.01 4.01 0 003.929-3.27v-.001l1.79-9.637V17c0-2.197-1.802-4-4-4h-8V4c0-2.197-1.802-4-4-4h-1.753zm1.508 2H14c1.116 0 2 .884 2 2v11h10c1.116 0 2 .884 2 2v.908l-1.758 9.457A1.988 1.988 0 0124.28 29H10V15.139L13.754 2zM4 16h4v13H4V16z"/></svg>') center center no-repeat;
            color: white;
            transform: translateX(-50%) translateY(-50%);
        }

        * {
            display: none;
        }
    }
}
