[data-op3-element-type="googlemaps"] {
    .google-maps-widget {
        display: block;
        position: relative;
        background: gray;

        &::before {
            content: $op3-icon-square-pin-1;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            font-size: 92px;
            font-family: "op3-icons";
            color: white;
            transform: translateX(-50%) translateY(-50%);
        }
    }
}
