.scroller-container *{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
} 
.scroller-container {
width: 100%;
background: #fff;
float: left;
display: inline-block; 
overflow: hidden;
box-sizing: border-box;
height: 45px;
position: relative;
cursor: pointer;
}
.scroller-container .marquee-sibling {
padding: 0;
background: rgb(61, 61, 61);
width: 20%;
height: 45px;
line-height: 42px;
font-size: 12px;
font-weight: normal;
color: #292929;
text-align: center; 
float: left;
left: 0;
z-index: 2000;
}
.scroller-container .marquee, .scroller-container *[class^="marquee"] {
display: inline-block;
white-space: nowrap;
position:absolute;
}
.scroller-container .marquee{
margin-left: 25%;
}
.scroller-container .marquee-content-items{
display: inline-block;
padding: 5px;
margin: 0;
height: 45px;
position: relative;
font-size: 1rem;
}
.scroller-container .marquee-content-items li, .scroller-container .marquee-content-items li a {
display: inline-block;
line-height: 35px;
color: #292929!important;
margin-right: 15px;
text-decoration: none;
}
.scroller-container .marquee-content-items li:after{
margin: 0 1em;
}
.scroller-container:before {
content: "Últimos Posts";
display: flex;
position: absolute;
align-items: center;
top: 50%;
margin-top: -15px;
background: #BC4326;
z-index: 1;
width: 130px;
height: 30px;
color: #fff;
font-size: 14px;
padding: 3px 8px 3px 12px;
clip-path: polygon(0% 0%, 115px 0%, 100% 50%, 115px 100%, 0% 100%);
font-weight: bold;
}