.contentslogan {
	display: block;
	width: 100%;
	overflow: hidden;
	background:rgb(255, 0, 0);
	top:125px;
    max-width:1000px;
    margin:0 auto;
    float:left;
    }

.container {
	width: 100%;
	background:rgba(255, 0, 0, 0.50);
	float: left;
	display: inline-block;
	overflow: hidden;
	
	position: relative;
	cursor: pointer;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 100%;
}



