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

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

.static {
position: absolute;
width: 520px;
height: 100%;
right: 0;
background-color: #fff;
z-index: -2;
}

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

.bg {
    position: absolute;
    z-index: -1;
}

.endframe {
    position: absolute;
    opacity: 0;
    transition: 0.3s;

    width: 468px;
    height: 250px;
}

.activator.is-active {
    opacity: 1;
}