
#ba-popup {
    display: none;
    visibility: hidden;
    background: #000000CC;
    position: absolute;
    vertical-align: middle;
    text-align: center;
}

#ba-popup-img {
    padding-top: 0px;
    max-width: 90%;
    max-height: 95%;
}

#ba-popup-txt {
    padding-top: 100px;
    color: #EEEEEE;
}

#ba-popup-close {
    position: absolute;
    left: 92%;
    top: 100px;
}