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

#player {
position: absolute;
width: 100%;
height: 180px;
top: 0;
}

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

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

.headline {
    position: absolute;
    font-family: Sans-Serif;
    font-weight: 600;
    bottom: 50px;
    left: 5px;
    color: white;
    font-size: 16px;
}

.subtitle {
    position: absolute;
    font-family: Sans-Serif;
    font-weight: 100;
    bottom: 35px;
    left: 5px;
    color: white;
    font-size: 12px;
}

.logo {
    position: absolute;
    width: 25%;
    left: 5px;
    bottom: 5px;
}

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