#creative{
    box-sizing:border-box;
    border: 1px solid #000;
    overflow:hidden;
    cursor:pointer;
}

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

#player{
    width: 298px;
    height: 179px;
    z-index:1;
    position: absolute;
    left:1px;
    top:1px;
    
}
.static{
    width:300px;
}
.cta{
    position: absolute;
    bottom: 62px; 
    left:20px;
    width:100px;
    
}