/*!***************************************************** Freak Flags, Copyright ©2024 Michael P. Cohen. Freak flags is licenced under the MIT licence. For complete information visit: www.freakflagsprite.com ******************************************************/ :not(img).fflag { background-image : url('../images/freakFlagSprite.png'); background-repeat : no-repeat; background-size : 100% 49494%; display : inline-block; overflow : hidden; position : relative; vertical-align : middle; box-sizing : content-box; } :not(img).fflag-FR { background-position : center 0.2287% } :not(img).fflag-GB, :not(img).fflag-EN { background-position : center 0.4524% } img.fflag { object-fit : cover; } img.fflag-FR { object-position : center 0.2287% } img.fflag-GB, img.fflag-EN { object-position : center 0.4524% } .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 }