/*!*****************************************************

Freak Flags, Copyright ©2022 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/

.fflag {
    background-image:url(flagSprite42.png);
    background-repeat:no-repeat;
    background-size: 100% 49494%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: content-box;
}
.fflag-CA {background-position:center 0.2287%}
.fflag-US {background-position:center 0.4524%}
.fflag-CN {background-position:left 0.6721%}
.fflag-IN {background-position:center 0.8958%}
.fflag-JP {background-position:center 1.1162%}
.fflag-SG {background-position:left 1.3379%}
.fflag-KR {background-position:center 1.5589%}
.fflag-FR {background-position:center 1.7805%}
.fflag-DE {background-position:center 2.0047%}
.fflag-NL {background-position:center 2.2247%}
.fflag-SE {background-position:center 2.4467%}
.fflag-GB {background-position:center 2.6674%}
.fflag-AU {background-position:center 2.8931%}

.fflag.ff-sm {width: 18px;height: 11px}
.fflag.ff-md {width: 27px;height: 17px}
.fflag.ff-lg {width: 42px;height: 27px}
.fflag.ff-xl {width: 60px;height: 37px}
