.gallery a {
    display: inline-block;
}

.gallery .gallery-vimeo::before,
.gallery .gallery-youtube::before,
.gallery .gallery-custom::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3em;
    color: rgba(255, 255, 255, .7);
    position: relative;
    top: 30%;
}
.gallery .gallery-vimeo::before,
.gallery .gallery-youtube::before {
    content: "\f04b";
}
.gallery .gallery-custom::before {
    content: "\f03e";
}

a {
    color: var(--card-font-color);
}