/*these are style commands for any special notes the dealer want inserted above the list of manufacturers.
*All classes and ids are to have the suffix "spnHLSM_" to insure these is no confusion.
*Insure these notes are responsive in design.
*/
/*these are style commands for any special notes the dealer want inserted above the list of manufacturers.
*All classes and ids are to have the suffix "spnHLSM_" to insure these is no confusion.
*Insure these notes are responsive in design.
*/
.spnHLSM_Body_text-center{
    width: 100%;
    text-align: center;
    height: 25px;
    margin-top: 20px;
    display: none;

}
.spnHLSM_Body_animate-charcter
{
    text-transform: uppercase;
    background-image: linear-gradient(
            -225deg,
            #231557 0%,
            #44107a 29%,
            #ff1361 67%,
            #fff800 100%
    );
    /*background-size: auto auto;*/
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    /*background-clip: text;*/
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: spnHLSM_Body_textclip 2s linear infinite;
    /*display: inline-block;*/
    display: none;
    /*display: none;*/
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

@keyframes spnHLSM_Body_textclip {
    to {
        background-position: 200% center;
    }
}
@media (max-width: 500px) {
    .spnHLSM_Body_text-center, .spnHLSM_Body_animate-charcter{
        margin-top: 5px;
        font-size: 14px;
        display: inline-table;
        min-width: 300px;
    }
}


