#creative {
    box-sizing:border-box;
    overflow: hidden;
    border:1px solid #1e3264;
}

#player {
    top:1px;
    width:199px;
    height:248px;
    left:386px;
    z-index: 1;
}

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

.seenthis-control-bar {
    z-index: 4000 !important;
}

.start-card {
    position:absolute;
    display:flex;
    align-items:center;
    left:385px;
    width:200px;
    height:248px;
    background:#1e3264;
    opacity:0;
}

.start-card.activator.is-active {
    opacity:1;
    z-index: 1;
}

.end-card {
    position:absolute;
    display:flex;
    align-items:center;
    left:385px;
    width:200px;
    height:248px;
    background:#1e3264;
    opacity:0;
}

.end-card.activator.is-active {
    opacity:1;
    z-index: 1;
}

.logo {
    width:200px;
}

.right-static {
    position:absolute;
    right:0;
    display:flex;
    align-items:center;
    height:250px;
    width:249px;
    background:transparent;
}

.cta {
    width:200px;
    transition:1s;
}

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