.tlum-vote {
    margin: 0 auto;
}

/* hide in sidebar on small */
.sidebar .tlum-vote {
    display: none;
}

@media (min-width: 1020px) {
    /* hide in tlum section and teasers list */
    .product-card-list__container .tlum-vote,
    .page-user-calendar .tlum-vote,
    .page-user-profile .tlum-vote,
    .page-user-children .tlum-vote,
    .promo-events .tlum-vote,
    .news .tlum-vote,
    .events .tlum-vote {
        display: none;
    }

    /* show in sidebar on large */
    .sidebar .tlum-vote {
        display: inherit;

        margin: 2em 0;
    }
}
