html.op3-screenshot #op3-designer-element .op3-element[data-op3-element-type="facebookcomments"] {
    .op3-facebook-comments {
        width: 100%;
        height: 14em;
        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="M14.5 0C10.562 0 6.977 1.234 4.34 3.285 1.702 5.337 0 8.253 0 11.5c0 2.621 1.188 4.985 3 6.889v8.228l8.006-4.002c1.122.223 2.28.385 3.494.385 3.938 0 7.523-1.234 10.16-3.285C27.298 17.663 29 14.747 29 11.5s-1.702-6.163-4.34-8.215C22.023 1.234 18.438 0 14.5 0zm0 2c3.518 0 6.683 1.116 8.932 2.865C25.68 6.614 27 8.948 27 11.5c0 2.552-1.32 4.886-3.568 6.635C21.183 19.884 18.018 21 14.5 21c-1.203 0-2.364-.138-3.47-.383l-.346-.076L5 23.383v-5.715l-.307-.295C2.981 15.725 2 13.697 2 11.5c0-2.552 1.32-4.886 3.568-6.635S10.982 2 14.5 2zm16.146 12.648l-1.766.941.471.883A5.31 5.31 0 0130 19c0 1.828-.95 3.51-2.614 4.804l-.386.301v3.129l-2.922-1.752-.407.107c-.995.262-2.06.41-3.172.41-2.47 0-4.706-.706-6.373-1.828l-.83-.558-1.117 1.66.83.559C15.037 27.196 17.65 28 20.5 28c1.122 0 2.178-.18 3.2-.414l5.3 3.18v-5.829c1.78-1.561 3-3.606 3-5.937 0-1.232-.318-2.41-.882-3.47l-.471-.882z"/></svg>') center center no-repeat;
            color: white;
            transform: translateX(-50%) translateY(-50%);
        }

        * {
            display: none;
        }
    }
}
