.globalbanner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    min-width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
}

.globalbanner .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.globalbanner .a-btn {
    background: #4ba75c;
    color: #fff;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    padding: 12px 20px 11px 20px;
    border: 1px solid #4aa65d;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0;
    width: 80%;
    position: absolute;
    bottom: 25px;
    left: 38px;
}

.globalbanner .a-btn:hover{
    color: #fff;
    background: #3a8849;
}

.globalbanner img {
    width: 100%;
}

#globalbanner-max{
    min-width: 401px;
    padding: 0px;
}