#popup_this {
    text-align:center;
    position:fixed;
    background-color:  #46A5D1;
    padding: 0;
    z-index: 999;
    width: 100%;
    height:375.5px;
    top: 70px !important;
    right: 0;
}

.b-close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    color: white;
    z-index: 998;

}