@font-face {
  font-family: 'ITC Avant Garde Pro-Bold';
  src: url(https://video.seenthis.se/v2/creatives/FuEAOXwc0y3/assets/wb0ayprUT.woff) format('woff');
}

@font-face {
  font-family: 'Register Sans Bold';
  src: url(https://video.seenthis.se/v2/creatives/FuEAOXwc0y3/assets/nK8RkEDQV.woff) format('woff');
}

#creative {
  border: solid 1px #fe410f;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

#player {
  width: 444px;
  height: 250px;
}


img {
  width: 100%;
  height: auto;
}

.static {
  width: 526px;
  background-color: #F04E23;
  background-image: url(https://video.seenthis.se/v2/creatives/FuEAOXwc0y3/assets/NNHXJg10S.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 250px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  right: 0;
}

.logo {
  width: 35%;
}

.static h2 {
  margin-top: -5px;
  font-size: 29px;
  color: white;
  text-align: center;
  font-family: 'Register Sans Bold';
  font-weight: 600
}

.static h1 {
  margin-top: -10px;
  font-size: 35px;
  color: white;
  text-align: center;
  font-family: 'ITC Avant Garde Pro-Bold';
  text-transform: uppercase;
}

.cta {
  display: flex;
  padding-top: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  color: #F05832;
  border: 0;
  width: 190px;
  font-size: 17.5px;
  height: 40px;
  border-radius: 50px;
  font-family: 'ITC Avant Garde Pro-Bold';
}