@font-face { font-family: 'London-Bold'; src: url(https://video.seenthis.se/v2/creatives/pL6cmksJU4/assets/Mu4SM29HX.woff) format('woff'); }
@font-face { font-family: 'London-Italic'; src: url(https://video.seenthis.se/v2/creatives/pL6cmksJU4/assets/5w9YYinEl.woff2) format('woff2'); }
@font-face { font-family: 'London-Light'; src: url(https://video.seenthis.se/v2/creatives/pL6cmksJU4/assets/NQahc6cBQ.woff2) format('woff2'); }
@font-face { font-family: 'London-Medium'; src: url(https://video.seenthis.se/v2/creatives/pL6cmksJU4/assets/qCb2BBT4N.woff2) format('woff2'); }

:root {
  --creative-font-family: sans-serif;
  --headline-font-family: 'London-Bold', sans-serif;
  --button-font-family: 'London-Light', sans-serif;

  --headline-font-size: 23px;
  --button-font-size: 16px;

  --background-color: #00b4e6;
  --headline-color: #09477c;
  --button-font-color: white;
  --button-background: #08457E;


  --static-width: 300px;
  --static-height: 80px;
  --player-width: 300px;
  --player-height: 170px;
}

#creative {
  font-family: var(--creative-font-family);
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #333;
  overflow: hidden;
}

#player {
  width: var(--player-width);
  height: var(--player-height);
  position: absolute;
  top: 0;
  bottom: auto;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--background-color);
}

.container {
  width: 300px;
  height: 80px;

  position: absolute;
  bottom: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.static {
  width: var(--static-width);
  height: var(--static-height);
  position: absolute;
  z-index: -1;

}

.logo {
  position: absolute;
  left: 20px;
top: 20px;

  width: 32%;
  height: auto;
}

.headline {
  font-size: var(--headline-font-size);
  font-family: var(--headline-font-family);
  text-align: center;
  color: var(--headline-color);
  position: absolute;
}

.button {
  position: absolute;
  right: 25px;

  font-size: var(--button-font-size);
  padding: 8px 20px;
font-family: 'London-Medium';

  color: var(--button-font-color);
  background-color: var(--button-background);
  transition: .2s ease;
  /* font-weight: 600; */
  border: 1px solid #08457E;
  border-radius: 5px;

}

.button:hover {
  background-color: white;
  border: 1px solid #08457E;
  color: #08457E;
}

.tc {
  font-size: 7px;
  font-family: 'London-Italic';
  position: absolute;
  bottom: 5px;
  left: 15px;

text-align: left;

}

span {
font-size: 5px;
position: relative;
top: -2px;
}