
    .poster_img_pop{visibility: hidden; opacity: 0; display: flex; justify-content: center; align-items: center; text-align: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .6); position: fixed; inset: 0; margin: auto; z-index: 9999;}
    .poster_img_pop.pop_show{visibility: visible; opacity: 1;}
    .poster_img_pop .poster_img_pop_container{width: max-content; height: max-content; max-width: 90%; max-height: 90%; font-size: 0; line-height: 0;}
