.news-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
    background-color: #000 !important;
    z-index: 99999;
}

.news-container .title {
    position: absolute;
    background: #fff200;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #000;
    font-weight: bold;
    z-index: 200;
    font-size:15px;
}


/* .news-container ul {
    display: flex;
    list-style: none;
    margin: 0;
    animation: scroll 40s infinite linear;
}

.news-container ul li {
    white-space: nowrap;
    padding: 5px 5px;
    color: #fff;
    font-weight: 300;
    position: relative;
} */

.news-container  a {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}

/* .news-container ul li:last-child::after {
    display: none;
} */

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-1083px);

    }
}

@media only screen and (max-width: 600px) {
    .owuasd {
        height: 55px;
    }
}