.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
}

.simple-marquee-container {
    width: 100%;
    background: #a0d924;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.marquee-sibling {
    padding: 0;
    background: #000;
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.pilne {
    width: 15%;
    font-size: 22px;
}

.last {
    font-weight: 700;
}

@media screen and (max-width: 700px) {
    .marquee-sibling {
        display: none;
        width: 0%;
    }
}

.marquee,
*[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.marquee {
    margin-left: 25%;
}

.marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
    font-size: 22px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
}

.marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #000;
    font-weight: 700;
    font-size: 25px;
}

.marquee-content-items li:after {
    content: "●";
    font-size: 26px;
    margin: 0 1em;
}
