#creative{
cursor: pointer; 
box-sizing: border-box;
border: 1px solid rgb(38, 40, 44);
overflow: hidden;
}

#player {
position: absolute;
width: 500px;
height: 100%;
left: 0;
}

.static {
position: absolute;
width: 470px;
height: 100%;
background-color: rgb(38, 40, 44);
right: 0;
}

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

.headline {
    position: absolute;
    font-family: Sans-Serif;
    font-weight: 600;
    bottom: 140px;
    left: 520px;
    color: white;
    font-size: 40px;
    line-height: 42px;
}

.subtitle {
    position: absolute;
    font-family: Sans-Serif;
    font-weight: 100;
    bottom: 105px;
    left: 520px;
    color: white;
    font-size: 26px;
    line-height: 30px;
}

.logo {
    position: absolute;
    width: 15%;
    left: 520px;
    bottom: 45px;
}

.cta {
    position: absolute;
    font-family: Sans-Serif;
    bottom: 15px;
    right: 10px;
    color: rgb(38, 40, 44);
    background: rgb(164, 216, 66);
    padding: 15px 20px 15px 20px;
    font-size: 12px;
    border-radius: 30px;
}