#float-box-well {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1000;
    margin-bottom: 1.5%;
    display: none;
}

.float-box {
    display: block;
    margin: auto;
    width: 95%;
    max-width: 1200px;
    min-height: 40px;
    -moz-box-shadow: 0 0 8px rgba(8, 8, 8, 0.596);
    box-shadow: 0 0 8px rgba(8, 8, 8, 0.596);
}

#float-box-well img {
    width: 100%;
    height: auto;
    display: block;
}

#flb-close-btn {
    position: relative;
    display: block;
    font-size: x-large;
    text-transform: uppercase;
    color: white;
    z-index: 10001;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    float: right;
    margin-bottom: -30px;
    right: 5px;
}

#float-box-well a:hover {

    text-decoration: none;
}
    