.cc_banner-wrapper {
    z-index: 9001;
    position: fixed;
}
.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 15px;
    background: #4f4f41;
    color:#FFF;
}
.cc_container a{
    color:#FFF;
    font-weight:bold;
}
.cc_banner-wrapper.bottom>.cc_container {
    bottom: 0;
}
.cc_banner-wrapper.top>.cc_container {
    top: 0;
}
.cc_container .cc_btn {
    margin-left: 10px;
    float: right;
}
.cc_container .cc_message {
    display: block;
    margin-bottom:0px;
}

@media (max-width: 768px) {
    .cc_container .cc_message{
        margin-bottom:30px;
    }
    .cc_container .cc_btn{
        position:absolute;
        bottom:15px;
        margin-left:0px;
    }
}