#banerWindow {
    width: 100%;  
    position: absolute;
    top: 50%;
    z-index: 9999;
    text-align: center;
    max-width: 100%;
    transform: translateY(-50%);
}

#banerWindow p {
    margin: 0;
}

#banerWindow a {
    margin: 0;
    float: left;
}

#banerWindow img {
border: 1px solid #D9DADB;
width: 100%;
}

#banerWindowWrap {
    margin: 0 auto 0;
    position: relative;
    background: #ffffff;
    border: 1px solid #D9DADB;
    z-index: 99999;
    display: inline-block;
    max-width: 95%;
    padding: 15px;
    box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

#banerWindowWrap, #banerWindowWrap a {
color: #000000;
}

#banerWindowClose {
    display: block;
    width: 30px;
    height: 23px;
    background: url("img/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
    padding-top: 3px;
    top: -15px;
    right: -15px;
}

a#banerWindowClose { border: 0; }
