#creative {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#player {
    position: absolute;
    width: 300px;
    height: 170px;
    top: 40px;
    left: 0px;

}

img {
    width: 100%;
}

.static1 {
    width: 100%;
    position: absolute;
    top: 0;
}

.static2 {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.endframe {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

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