.creative_banner {
    position: relative;    
    background-color: #FFF;
    z-index: 68;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}
.creative_banner .cbb_bordersCanvas {
    position: absolute;
    z-index: 69;
    left: 0px;
    top: 0px;
}
.creative_banner .cbb_depthCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.creative_banner .cbb_objectStage {
    width: 128px;
    height: 128px;
    position: absolute !important;
    top: 80px;
    left: 250px;
    padding: 0px;
    z-index: 90;
}
.creative_banner .cbb_objectStage > img {
    position: absolute;
}

.creative_banner .cbb_shadow {
    position: absolute;
    -webkit-filter: saturate(0%) brightness(0%) contrast(100%);
    filter: saturate(0%) brightness(0%) contrast(100%);
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
    transform: skewX(-70deg);
    transform-origin: bottom center;
}
.creative_banner .cbb_objectAnimImg {
    position: absolute;
    top: 0;
    left: 0;
}

.creative_banner .cbb_borderBottom {
    position: absolute;
    width: 100%;
    height: 18px;    
    bottom: 0px;
    z-index: 900;
    left: 0px;
}
.creative_banner .cbb_borderTop {
    position: absolute;
    width: 100%;
    height: 18px;    
    top: 0px;
    z-index: 900;
    left: 0px;
}
.creative_banner .cbb_borderLeft {
    position: absolute;
    width: 18px;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 890;    
}
.creative_banner .cbb_borderRight {
    position: absolute;
    width: 18px;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 890;    
}