.static {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
}

#player {
    position: absolute;
    top: 0;
    width: 100%;
    height: 170px;
    bottom: auto;
}

#creative {
    box-sizing: border-box;
    border: 1px solid #000000;
}

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

.logo {
    position: absolute;
    right: 40px;
    top: 4%;
    width: 30%;
}

.prod {
    position: absolute;
    left: 15px;
    top: 4%;
    width: 33%;
}

.cta {
    position: absolute;
    right: 15px;
    bottom: 4%;
    width: 40%;
    color: #000000;
    border: 1px solid #000000;
    padding: 6px;
    text-align: center;
    border-radius: 4px;
    font-family: Sans-Serif;
    font-weight: 700;
    font-size: 14px;
}
