
/** sprite: flags; sprite-image: url('../img/flags.png?${md5}'); sprite-layout: vertical */

.flag-union-jack {  
    width: 21px; 
    height: 11px; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-image: url(/img/template/union-flag.jpg); /** sprite-ref: flags; */   
}

.flag-french-tricolour {
    width: 21px; 
    height: 11px; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-image: url(/img/template/french-flag.jpg); /** sprite-ref: flags; */    
}

.flag-spain {
    width: 21px; 
    height: 11px; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-image: url(/img/template/spain-flag.jpg); /** sprite-ref: flags; */    
}

.flag-germany {
    width: 21px; 
    height: 11px; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-image: url(/img/template/dutch-flag.jpg); /** sprite-ref: flags; */   
}

.flag-finland {
    width: 21px; 
    height: 11px; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-image: url(/img/template/finnish-flag.jpg); /** sprite-ref: flags; */   
}

.flag-sweden {
    width: 21px; 
    height: 11px; 
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    background-image: url(/img/template/sweden-flag.jpg); /** sprite-ref: flags; */   
}
