
#news-container {
    overflow: hidden;
    width: 200px;
    height: 120px;
    padding: 0 10px;
    /*margin-left: -10px;*/
    position: absolute !important;
    bottom: 18px;
    left: 36px;
}

@media screen and (max-width: 1200px) {
    #news-container {
        bottom: 4px;
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    #news-container {
        left: 15px;
        bottom: 0;
    }

}

@media screen and (max-width: 425px) {
    #news-container {
        left: 0px;
        bottom: -20px;
    }

}

#news-container ul {
    overflow: hidden;
    min-width: 180px;
}

#news-container ul li {
    display: block;
    height: 48px;
}

#news-container ul li p {
    font-size: 10px;
}

