.backarrow {
    display: none !important;
}

#searchwrap .searchresults {
    position: fixed;
	bottom: 0;
    background-color: var(--bg-default);
    overflow: auto;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


@media (max-width: 1280px){
#toolbarwrap {
    display: flex;
    }
}