.banana_ride::before,
.beach_soccer::before,
.beach_volleyball::before,
.bodyboard::before,
.canoe_slalom::before,
.catamaran::before,
.cliff_jumping::before,
.diving::before,
.drag_boat::before,
.flyboard::before,
.jet_ski::before,
.kitesurfing::before,
.rafting::before,
.rowing_2::before,
.sailing::before,
.skimboarding::before,
.snorkeling::before,
.SUP::before,
.surfing::before,
.swimming::before,
.synchronised_swimming::before,
.wakeboarding::before,
.water_polo::before,
.windsurfing::before
{
    display: inline-block;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
    content:"";
}

.banana_ride::before {
    background-image: url('./banana_ride.svg');
}

.beach_soccer::before {
    background-image: url('./beach_soccer.svg');
}

.beach_volleyball::before {
    background-image: url('./beach_volleyball.svg');
}

.bodyboard::before {
    background-image: url('./bodyboard.svg');
}

.canoe_slalom::before {
    background-image: url('./canoe_slalom.svg');
}

.catamaran::before {
    background-image: url('./catamaran.svg');
}

.cliff_jumping::before {
    background-image: url('./cliff_jumping.svg');
}

.diving::before {
    background-image: url('./diving.svg');
}

.drag_boat::before {
    background-image: url('./drag_boat.svg');
}

.flyboard::before {
    background-image: url('./flyboard.svg');
}

.jet_ski::before {
    background-image: url('./jet_ski.svg');
}

.kitesurfing::before {
    background-image: url('./kitesurfing.svg');
}

.rafting::before {
    background-image: url('./rafting.svg');
}

.rowing_2::before {
    background-image: url('./rowing_2.svg');
}

.sailing::before {
    background-image: url('./sailing.svg');
}

.skimboarding::before {
    background-image: url('./skimboarding.svg');
}

.snorkeling::before {
    background-image: url('./snorkeling.svg');
}

.SUP::before {
    background-image: url('./SUP.svg');
}

.surfing::before {
    background-image: url('./surfing.svg');
}

.swimming::before {
    background-image: url('./swimming.svg');
}

.synchronised_swimming::before {
    background-image: url('./synchronised_swimming.svg');
}

.wakeboarding::before {
    background-image: url('./wakeboarding.svg');
}

.water_polo::before {
    background-image: url('./water_polo.svg');
}

.windsurfing::before {
    background-image: url('./windsurfing.svg');
}