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

}

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

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

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

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

.endframe {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    left: -20px;
    width: 117%;
    height: 185px;
}

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