.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 70px;
    margin-top: 0px;
    z-index: 101;
    text-transform: uppercase;
}
.search-form-wrapper.open {
    display: block;
}
