﻿.brinno-orange::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/Brinno Logo/brinno_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-us::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/us.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-tw::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/tw.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-dk::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/dk.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-de::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/de.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-sp::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/sp.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-jp::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/jp.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.flg-ru::before {
    content: "icn";
    color: transparent;
    display: inline-block;
    background-image: url("/images/locale/ru.svg");
    background-repeat: no-repeat;
    background-size: contain;
}