.anim_sliceOut::before,.anim_sliceOut::after{content:"";position:relative;z-index:0;background-color:#e3013a;position:absolute;left:0;height:50%;width:100%;transform:scaleY(1);transition:transform .15s ease-in-out}.anim_sliceOut::before{top:0;transform-origin:top center}.anim_sliceOut::after{bottom:0;transform-origin:bottom center}.anim_sliceOut:hover::before,.anim_sliceOut:hover::after{transform:scaleY(0)}