#headline_news_contain{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
#news{
    white-space: nowrap;
    background-color: white;
    color: #AE3239;
    font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
    #news{
        font-size: 3.5vw;
    }
}