

.banner-pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.15);
    overflow: hidden;
    border-radius: 4px;
    z-index: 1000;
}

.cls {
    color: #282828;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: button;
}
.ic-bg{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin: 4px;
}

.-fw{
    width: 100%;
    height: 100% ;
}

