/* 
	https://www.apple.com/choose-country-region/
*/

i.flagAPIMEX {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
i.flag-mxAPIMEX {
    background-image: url("mx.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    i.flag-mxAPIMEX {
        background-image: url("mx.png");
    }
}

i.flag-usAPIMEX {
    background-image: url("us.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    i.flag-usAPIMEX {
        background-image: url("us.png");
    }
}
