#cc_div #cm {
    background-image: url(../images/wookies.png);
    background-size: 230px;
    background-repeat: no-repeat;
    
}
#cc_div #cm.box {
    background-position: center top;
    padding-top: 180px !important;
}

@media screen and (max-width:688px){
    #cc_div #cm {
        background-position: center top;
        padding-top: 180px !important;
    }
}

@media screen and (min-width:688px){
    #cc_div #cm.cloud, #cc_div #cm.bar {
        background-position: left center;
        padding-left: 230px;
    }
}