.fb_back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.fb_ctn{
    margin: 0 auto;
}
@media screen and (max-width:1023px){
    .fb_img_popup{
        width: 90vw;
        height: 124vw;
    }
}
@media screen and (min-width:1024px){
    .fb_img_popup{
        height: 70vh;
    }
}
.fb_ctn_box_btns{
    display: flex;
    /* justify-content: space-around; */
    height: 30px;
    color: white;
    align-items: center;
}
.fb_btn_nottoday{
    flex: 1;
    text-align: center;
    border-right: 1px solid white;
    cursor: pointer;
}
.fb_btn_close{
    flex: 1;
    text-align: center;
    cursor: pointer;
}