My Wordpress website has a section with the code below, but the image is not adjusting properly on mobile phones. Can you provide some advice?
.one_half_bg {
width: 50%;
float: left;
background-position: 50% 50% !important;
background-size: cover !important;
box-sizing: border-box;
padding: 20px;
}