

.search-overlay-show {
    top:0;
    left:0;
    opacity:1;
}

.search-overlay-hidden {
    top:-100vh;
    left:0;
    opacity:0;
}
