@font-face { font-family: 'ITCAvantGardeStd-Demi'; src: url(https://video.seenthis.se/v2/creatives/HkBJ06tkCk/assets/eqgD9mVOk.woff) format('woff'); }



#creative {
    box-sizing: border-box;
    border:1px solid #3682D2;
}

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

.cta {
    display:grid;
    place-items: center;
    position:absolute;
    right:5px;
    bottom:5px;
    border:0;
    width:80px;
    height:25px;
    background:#3682D2;
    border:1px solid #3682D2;
    color:white;
    font-family: 'ITCAvantGardeStd-Demi';
    font-weight:600;
    cursor:pointer;
    font-size:9px;
    border-radius:2px;
    transition:.5s;
}

.cta:hover {
   transform:scale(105%);
}