@media(min-width: 600px){.slide-down{z-index:0;overflow:hidden}.slide-down::before{content:"";position:absolute;width:100%;height:100%;background-color:inherit;top:-100%;border-radius:50%;z-index:-1;transition:all .4s ease}.slide-down:hover::before{top:0;border-radius:0}}
