.FACES-ITEMS-SWIPER {
    flex                    : 1 1 100%;
    width                   : 100vw;
    max-width               : 100%;
    height                  : auto;
    position                : relative;
    display                 : flex;
    flex-wrap               : nowrap;
    flex-direction          : row;
    justify-content         : flex-start;
    align-content           : flex-start;
    align-items             : stretch;
    text-align              : left;
    
    
    padding                 : 0px 0px 0px 0px;
    margin                  : 0px 0px 0px 0px;
    border                  : 0px solid #FFFFFF;
    overflow                : hidden;
    
    background              : transparent;
    box-shadow              : none;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
    
    
    -moz-box-shadow         : 0px 0px 0px 1px #FFAA12;
    -webkit-box-shadow      : 0px 0px 0px 1px #FFAA12;
    box-shadow              : 0px 0px 0px 1px #FFAA12;
    z-index                 : 2;
    
}
.FACES-ITEMS-SWIPER > .TITLE{
    flex			: 0 0 auto;
    display			: flex;
    flex-direction		: row;
    flex-wrap			: nowrap;
    justify-content		: center;
    align-content		: center;
    align-items			: center;
    border-bottom               : 3px solid #777777;
    padding			: 4px 15px 4px 15px;
    margin			: 0px 0px 0px 0px;
    background                  : #2A2A2A;
    color                       : transparent;
    font-weight                 : bold;
    font-size                   : calc(14px + 0.8vmin);
    font-family                 : 'Limelight','Arial', sans-serif;
    white-space                 : nowrap;
    word-break                  : keep-all;
    
    position			: absolute;
    top                         : 0px;
    left                        : 0px;
    z-index                     : 400;
    
}

.FACES-ITEMS-SWIPER > .FACES-ITEMS-SWIPER-NODES-VIEW{
    flex                    : 0 0 auto;
    position                : relative;
    display                 : flex;
    flex-wrap               : nowrap;
    flex-direction          : row;
    justify-content         : space-around;
    align-content           : flex-start;
    align-items             : stretch;
    text-align              : left;
    padding                 : 0px 0px 0px 0px;
    margin                  : 0px 0px 0px 0px;
    margin-right            : auto; 
    margin-left             : auto; 
    border                  : 0px solid #000000;
    background              : transparent;
    z-index                 : 300 !important;
    gap                     : 0vmin 0vmin;
}
.FACES-ITEMS-SWIPER > .FACES-ITEMS-SWIPER-NODES-VIEW .SWIPE-VIEW{
    flex                    : 0 0 auto;
    position                : relative;
    display                 : flex;
    flex-wrap               : nowrap;
    flex-direction          : row;
    justify-content         : space-around;
    align-content           : flex-start;
    align-items             : stretch;
    text-align              : left;
    padding                 : 0px 20px 0px 20px;
    margin                  : 0px 20px 0px 20px;
    margin-right            : auto; 
    margin-left             : auto; 
    border                  : 0px solid #E0E0E0;
    background              : transparent;
    z-index                 : 300 !important;
    gap                     : 10px 20px;
    overflow                : hidden;
    cursor                  : move !important;
}

.FACES-ITEMS-SWIPER.CENTER > .FACES-ITEMS-SWIPER-NODES-VIEW .SWIPE-VIEW{
    justify-content         : center;
}
.FACES-ITEMS-SWIPER .FACES-ITEMS-SWIPER-NODE,
.FACES-ITEMS-SWIPER .NODE{
    flex                    : 0 1 300px;
    min-width               : 220px;
    height                  : auto;
    position                : relative !important;
    text-align              : left;
    background              : transparent;
    margin                  : 0px 0px 0px 0px;
    padding                 : 0px 0px 0px 0px;
    border                  : 0px solid #E0E0E0;
    cursor                  : pointer;
    
    display                 : flex;
    flex-wrap               : wrap;
    flex-direction          : row;
    justify-content         : center;
    align-content           : center;
    align-items             : center;
    overflow                : hidden;
    border-radius           : calc(2% + 4px) calc(2% + 4px);
    border-radius           : 0px 0px;
}

.FACES-ITEMS-SWIPER .FACES-ITEMS-SWIPER-NODE > picture,
.FACES-ITEMS-SWIPER .NODE > picture{
    flex                    : 0 0 auto !important;
    display                 : flex !important;
    width                   : auto !important;
    max-width               : 100% !important;
    height                  : inherit !important;
    max-height              : inherit !important;
}
.FACES-ITEMS-SWIPER .FACES-ITEMS-SWIPER-NODE > img,
.FACES-ITEMS-SWIPER .FACES-ITEMS-SWIPER-NODE > picture > img,
.FACES-ITEMS-SWIPER .NODE > img,
.FACES-ITEMS-SWIPER .NODE > picture > img{
    flex                    : 0 0 auto !important;
    display                 : flex !important;
    width                   : auto !important;
    max-width               : 100% !important;
    height                  : inherit !important;
    max-height              : inherit !important;
}
.FACES-ITEMS-SWIPER-NODE-FIT-HEIGHT{
    height                  : auto !important;
    min-height              : inherit !important;
    max-height              : inherit !important;
}
.FACES-ITEMS-SWIPER-NODE-FIT-HEIGHT > picture{
    flex                    : 0 0 auto !important;
    display                 : flex !important;
    width                   : auto !important;
    max-width               : 100% !important;
    height                  : inherit !important;
    max-height              : inherit !important;
}
.FACES-ITEMS-SWIPER-NODE-FIT-HEIGHT > img,
.FACES-ITEMS-SWIPER-NODE-FIT-HEIGHT > picture > img{
    flex                    : 0 0 auto !important;
    display                 : flex !important;
    width                   : auto !important;
    max-width               : 100% !important;
    height                  : inherit !important;
    max-height              : inherit !important;
}

