.b-popup{
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    padding: 30px;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}
.b-popup .b-popup-content{
    color: black;
    font-size: 25px;
    top: 10%;
    bottom: 10%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    background-color: white;
    width: 55%;
    height: 20%;
    text-align: center;
    padding-top: 7%;
}
.b-popup-cancel{
    position: absolute;
    top: 15px;
    right: 15px;
}
.b-popup .b-popup-content .b-popup-cancel .lols img{
    width: 50px;
}