Style.css dosyanızdan alttaki kodları bulun.
.main-search {
background: url(images/search-bg.jpg);
}
Şu kod ile değiştirin.
.main-search {
background: url(images/search-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}