.filter__inner{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.filter{
    padding:10px;
    height: auto;
    background:lightgray;
    position: absolute;
    z-index: 10;
    left:150px;
}

.filter--hidden{
    display: none;
}