/* ########## Tell (copyright e2see.de) ########## */

.tell[data-tell-preview] > span {
    background: none rgba(0,0,0,.1) center center / cover;
    width: 80px !important;
    height: 28px !important;
    display: inline-block;
    margin: 1px;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 110%;
    }
    body .tell[data-tell-preview] > span {
        transition: all 300ms;
        }

        .tell[data-tell-preview] > span[data-tell-type*="image"] {
            width: 28px !important;
            height: 28px !important;
            }


        .tell[data-tell-preview] > span[data-tell-type*="image"]:hover {
            transform: scale(2);
            z-index: 1;
            }



/* cdn 0ms */