/* Enter Your Custom CSS Here */
.upfront #upfront-region-container-photo-header > .upfront-region-container-bg {
    background-size: contain !important;
}
@media only screen and (max-width: 569px) {
    .upfront #upfront-region-container-photo-header > .upfront-region-container-bg {
        background-size: 100% !important;
    	background-position: top center !important;
    }
  	.upfront #upfront-region-photo-header {
        min-height: 120px !important;
    }
}