@font-face { font-family: 'noto-sans-v27-latin-700'; src: url(https://video.seenthis.se/v2/creatives/r0YoBRaCx/assets/WmS5KTqyA.woff) format('woff'); }
@font-face { font-family: 'noto-sans-v27-latin-regular'; src: url(https://video.seenthis.se/v2/creatives/r0YoBRaCx/assets/K1du-Ywgn.woff) format('woff'); }
@font-face { font-family: 'noto-sans-v27-latin-500'; src: url(https://video.seenthis.se/v2/creatives/r0YoBRaCx/assets/L9zyOr9nT.woff) format('woff'); }

img {
    width: 100%;
    height: auto;
}
#player{
width: 490px;
height: 100%;
left: 0px;

}

.frame{
border: solid 1px #4a525d34;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
width: 100vw;
height: 100vh;
position: absolute;
z-index: 2;    
} 

body{
background: #fff;
}

.bg{
position: absolute;
top: 0px;
width: 81px;
left: 450px;
}

.container{
position: absolute;
height: 100%;
width: 480px;
right: 0px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 15px;
}

.containerplayer{
position: absolute;
height: 100%;
width: 490px;
left: 0px;
display: flex;
align-items: center;
justify-content:center;

}

.logo {
width:260px;
padding-top: 0px;

}.copy {   
width: 270px;  
}

.copy2 {
  position: absolute;
    font-size: 12px;
    font-family: 'noto-sans-v27-latin-regular';
    color: #fff;
    bottom: 15px;
    text-align: center;
    line-height: 16px;
    text-shadow: 2px 2px 8px #5c5c5c;
    
 
}
.bold {
  font-family:'noto-sans-v27-latin-700'; 
}

.cta {
font-family: 'noto-sans-v27-latin-500';
font-size: 12px;
padding: 10px 30px;
color: #fff !important;
background-color: #8E2157;
text-align: center;
border-radius: 20px;
z-index: 5;
}
    
    .cta:hover {
  background-color: #fff;
  color:#8E2157 !important;
  border: 1px solid #8E2157;
  
}

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

.big-play {
display: none !important
}

.seenthis-control-bar {
  opacity: 1 !important;
}

.seenthis-player .seenthis-control-bar {
    bottom: 15px;
    left: 10px;
    
}

.seenthis-control-bar button.audio {
    width: 30px;
    height: 30px;
    
}

.seenthis-control-bar button.play {
    width: 30px;
    height: 30px;
}


