@font-face { font-family: 'ITCAvantGardeStd-Demi'; src: url(https://video.seenthis.se/v2/creatives/GW5VR2IH9l/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:10px;
    bottom:10px;
    border:0;
    width:110px;
    height:35px;
    background:#3682D2;
    border:1px solid #3682D2;
    color:white;
    font-family: 'ITCAvantGardeStd-Demi';
    font-weight:600;
    cursor:pointer;
    font-size:13px;
    border-radius:5px;
    transition:.5s;
}

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