background-size: cover
.Please, use this CSS code in Customizer -> General Settings -> Additional CSS :
@media screen and (max-width: 480px){
.header-homepage{
background-size:contain !important;
}
.header-wrapper{
max-height:200px !important;
}
}