html, body{
	margin: 0;
	color: #1541A0;
	background: #fff;
	font-size: 17px;
	font-family: 'Ubuntu', sans-serif;
}
.banner{
    width: 620px;
    height: 110px;
    border-bottom: 1px #e2e6eb solid;
    position: relative;
    background: url('https://s.actve.net/widget/player-banner-f1/assets/EQ@1x.svg') no-repeat 44% center;
}
.banner300{
    width: 300px;
    height: 70px;
    border: 1px #e2e6eb solid;
    position: relative;   
}
h1{
    font-size: 15px;
    color: #fc0e2a;
    text-transform: uppercase;
    margin: 0;
}
.h1300{
    font-size: 11px;
}
h2{
    font-size: 16px;
    margin: 17px 0 0 0;
}
h3{
    font-size: 13px;
    margin: 4px 0 0 0;
}
.h3300{
    font-size: 11px;
}
a{
    display: block;
    height: 110px;
    color: #1541A0;
    position: relative;
}
.a300{
    height: 70px;
}
button{
    background: url('https://s.actve.net/widget/player-banner-f1/assets/dark-blue@1x.svg') no-repeat;
    margin: 0;
    padding: 0;
    outline: none;
	cursor: pointer;
    border:0;
    display: block;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    left: 42%;
}
.button300{
    width: 27px;
    height: 27px;
    position: static;
    background-size: 27px 27px;
    margin: 5px auto 0 auto;
}
.metadata{
    float: left;
    margin: 15px 0 0 15px;
    position: relative;
}
.metadata300{
    margin: 5px 0 0 5px;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: url('https://s.actve.net/widget/player-banner-f1/assets/EQ@1x.svg') no-repeat 44% center;
    background-size: 100px;
}
.moderator{
    position: absolute;
    bottom: 0;
    width: 172px;
    right: 117px;
}
.moderator300{
    width: 104px;
    right: 80px;
}
.logo{
    position: absolute;
    right: 15px;
    top: 20px;
    width: 100px;
}
.logo300{
    right: 16px;
    top: 12px;
    width: 70px;
}

.h3300 {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}
  
.h3300:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }