/*.RadTickerList_ {
    min-height:30px;
 
}*/
/*.RadTickerList_ {
    min-height: 30px;
    padding: 30px !important;
}*/
/**/
.RadTickerList_ {
   padding: 0 2vw 0 2vw!important;
}
@media screen and (min-width: 1920px) {
    .RadTickerList_ {
        /*min-height: 30em !important;*/
        font-size: 3.0rem !important;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .RadTickerList_ {
        /*min-height: 2.4em !important;*/
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1440px) {
    .RadTickerList_ {
        /*min-height: 2.0em !important;*/
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
    .RadTickerList_ {
        /*min-height: 1.5em !important;*/
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .RadTickerList_ {
        /*min-height: 1.3em !important;*/
        font-size: 1.1rem !important;
    }
}
