I am currently implementing this code for a website project
.homepage{
background-image: url(/wp-content/themes/ep/img/_.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat:no-repeat;
background-position:0px @blackbar_height;
}
While it works well on larger screens, I am looking to incorporate a media query to zoom in on a specific portion of the background image (such as the center) when viewed on a phone or tablet device.