.icon-icon_angel {
    background-color: black;

    display: inline-block;
    width: 1em;
    height: 1em;

    mask: url(../img/angel.svg) no-repeat 50% 50%;
    mask-size: cover;

    -webkit-mask-image: url(../img/angel.svg);
    -webkit-mask-size: cover;
}

img.cta {
    max-width: 20%;
}

.img-wide img.cta {
    max-width: 95%;
}
