#imagina_gpt-BAN1 {

            box-shadow: 0px -3px 5px -2px rgba(0,0,0,0.61);
            background: #222;
            bottom: 0px;width: 100%;
            position:fixed;
            z-index:1000;
            overflow:hidden;
            width:100%;
            text-align: center;

}

 

#imagina_gpt-BAN1 div {
            height:100px;
            width:100%;
            margin:auto;

}

#close-ban1 {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    font-size: 23px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
    background-color: #222;
    color: #fff;
 }

#close-ban1 a {
  color: #fff;
} 