.fte-wrapper{
    position:relative;
    width:100%;
    height:260px;
    overflow:hidden;
}

.fte-tag{

    position:absolute;

    padding:12px 22px;

    border-radius:999px;

    color:#111;

    font-size:16px;
    font-weight:700;

    white-space:nowrap;

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    box-shadow:
    0 10px 30px rgba(0,0,0,.08),
    inset 0 1px 1px rgba(255,255,255,.2);

    will-change:transform;

    user-select:none;
    cursor:pointer;

}