#overlay-ad {
    z-index: 100001 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#overlay-ad img {
    border: 2px solid black;
}

#overlay-ad-content {

    /*background-color: white;*/
}

#overlay-ad-close {
    cursor: pointer;
    float: right;
    background-color: #fff;
    padding: 3px;
}