.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;
}
.simple-marquee-container {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 30px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 2px 0px;
	background: rgb(0, 0, 0);
	height: 30px;
	font-size: 19px;
	font-weight: normal;
	color: rgba(245, 255, 0, 1);
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
	text-transform: uppercase;
	
}

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

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 30px;
  position: relative;
  margin-right: 900px;

}

.marquee-content-items li{
  display: inline-block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.9px;
}

.marquee-content-items li:after{
	content: "";
	margin: 0 1em;
}
.marquee-content-items li:last-child:after{
	content: "";
}

@media screen and (max-width: 992px) and (min-width: 320px)
{
	.marquee-sibling{padding: 0px!important; font-size: 25px!important;height: 33px!important;}
	.simple-marquee-container{height: 33px}
	.marquee-content-items li{font-size: 27px}
	.marquee-content-items{height: 33px}
}
