.stachethemes-shortcode-placeholder {
    width: 100%;
    min-width: 150px;
    height: auto;
    margin:0 auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    background:#f8f8f8;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.stachethemes-shortcode-placeholder-logo {
    background-image: url(img/placeholder.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin:0 auto;
}

.stachethemes-shortcode-placeholder-builder-logo {
    background-image: url(img/placeholder_builder.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin:0 auto;
}

.stachethemes-shortcode-placeholder-text {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color:#444 !important;
    text-align: center !important;
    margin-top: 15px !important;
}