.banner {
    position: relative;}
.search-box {
    position: absolute;
    bottom: 10%;
    right: 20%;}

@media screen and (max-width: 820px){
    .search-box {
        position: absolute;
        bottom: 1%;
        right: 50%;
        translate: 50%;
display:none;}
    }