@font-face {
  font-family: 'NouvelRSemibold';
  src: url(https://video.seenthis.se/v2/creatives/bykE7eTqd-/assets/FXQRvh2QD.woff2) format('woff2');
}

@font-face {
  font-family: 'NouvelRBold';
  src: url(https://video.seenthis.se/v2/creatives/bykE7eTqd-/assets/cq2KynYsr.woff2) format('woff2');
}

@font-face {
  font-family: 'NouvelRRegular';
  src: url(https://video.seenthis.se/v2/creatives/bykE7eTqd-/assets/P7tG4C9t8.woff2) format('woff2');
}

.seenthis-control-bar {
    position: absolute !important;
    top: 0;
}
.logo {
  position: absolute;
  transition: 0.5s ease-in-out;
  opacity: 0;
  top: 15px;
  right: 15px;
  width: 50px;
}
.info {
  position: absolute;
  font-size: 12px;
  font-family: 'NouvelRRegular';
  left: 0;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
    opacity: 0;
  color: #fff;
  text-align: center;

}

.copy-regular1 {
  width: 80%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'NouvelRBold';
  opacity: 0;
}

.small {
  font-size: 35px;
}

.cta {
    position: absolute;
    opacity: 0;
    right: -14px;
    bottom: 8px;
    color: #fff;
    font-size: 16px;
    border: solid 2px #fff;
    padding: 11px 20px 14px 20px;
    text-align: center;
    font-family: 'NouvelRBold';
    width: 230px;
    transform: scale(0.8);
}
.cta:hover {
  background-color: white;
    color: #000;
}

img {
  width: 100%;
  height: auto;
} 
.activator.is-active {
  opacity: 1;
} 
.show {
  opacity: 0;
  transition: .3s;
} 
.legal-btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.5vw;
  font-family: 'NouvelRBold';
  text-decoration: underline; 
}

.legal-2 {
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  bottom: 0;
  left: 50%; 
  width: calc(94% - 30px);
  padding: 15px 15px;
  z-index: 2030;
  color: #fff;
  opacity: 1;
  font-size: 1.5vw;
  font-family: 'NouvelRRegular';
  line-height: 1.2;
  transform: translate(-50%, 100%);
  transition: .4s ease-in-out;
}

.show.is-active {
  opacity: 1;
}

.legal-box {
  position: absolute;
  width: 55px;
  height: 19px;
  bottom: 10px;
  left: 10px; 
  z-index: 2001;
  font-size: 12px; 
}
 