#creative {
    background:#FFFFFF;
    box-sizing: border-box;
    border: 1px solid #042D60
}

#player {
    top:125px;
    left:1px;
    width:298px;
    height:250px;
    z-index: 1;
}

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

.static {
    transform: scaleY(101%);
}



.black-plus {
    position:absolute;
    width:50px;
}

.salesforce {
    position:absolute;
    left:50px;
    top:30px;
    width:200px;
}
.fortune {
    position:absolute;
    left:50px;
    top:410px;
    width:200px;
}

.cta {
    position:absolute;
    right:70px;
    bottom:50px;
    border:0;
    width:160px;
    height:40px;
    background:#0074cf;
    border:1px solid #0074cf;
    color:white;
    font-family: helvetica;
    font-weight:600;
    cursor:pointer;
    font-size:14px;
}

.cta:hover {
    background:transparent;
    color:#0074cf;
}