.vp-uservalue small {display: none;}

/* Single article — intro image: float left on desktop, centered on mobile */
.item-page .article-imgintro {
    float: left;
    margin: 0 1.5rem 1rem 0;
}

/* After article text — clear float so contact form and tags start below image */
.item-page .article-fulltext::after,
.item-page .vp-contact-form {
    clear: both;
    display: block;
}

@media (max-width: 767px) {
    .item-page .article-imgintro {
        float: none !important;
        display: block;
        margin: 0 auto 1rem auto;
        text-align: center;
    }
}