/* CSS ALERT */

.alerts {;
    height: 5vh;
    background-color: #FF0000;
    color: white;
    width: 100%;
}

.alerts, .list {
    text-align: center;
}

/* CSS TICKER ALERTS */
.TickerNews {
    width: 100%;
    line-height: 50px;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 100%;
    position: relative;
    float: left;

}

.ti_news {
    font-size: 1.6rem;
    float: left;
}

/* MOBILE PART */
@media (max-width: 1000px) and (max-height: 1300px) {
    .alerts {
        margin-top: 20px;
        font-size: 100%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .alerts {
        margin-top: 20px;
        font-size: 100%;
        height: auto;
    }

    .ti_news {
        font-size: 1.3rem;
        float: left;
    }
}
