.party-card {
    position: relative;
    overflow: visible;
}

.party-card.party::before,
.party-card.party::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.55;
    pointer-events: none;
    z-index: 2;
}

