
.ly_poster_75.wrap_section_category .category_item a:after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        width: 100%;
                        height: 100%;
                        z-index: 1;
                        transition: all .2s;
                        pointer-events: none
                    }
