.img-zegel-circle {
    border: 4px solid #5dc4bf;
    border-radius: 50%;
    background-color: #ffffff;
    top: -3px;
    right: 15px;
    position: absolute;
}

.img-zegel-circle .img-zegel {
    padding: 10px;
    width: 80px;
}

.img-zegel-circle.with-sparkle:before {
    content: "";
    background-size: 30px;
    background-image: url(//img.unitedconsumers.com/www/images/algemeen/ico/ico-schijn-links.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    transform: rotate(-5deg);
    top: -13px;
    left: -15px;
}

.img-zegel-circle.with-sparkle:after {
    content: "";
    background-size: 30px;
    background-image: url('//img.unitedconsumers.com/www/images/algemeen/ico/ico-schijn-rechts.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    transform: rotate(-8deg);
    bottom: -11px;
    right: -17px;
} 

