/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.herohome {
	    background-position: -1900px -225px;
	    background-image:url(https://theonepoint.co.uk/images/pages/home-page/homepage-header-img-min.webp);
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.herohome {
	    background-position: 0px 70px;
	    background-image:url(https://theonepoint.co.uk/images/pages/home-page/homepage-header-img-min.webp);
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.herohome {
	    background-position: 0px 70px;
	    background-image:url(https://theonepoint.co.uk/images/pages/home-page/homepage-header-img-min.webp);
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.herohome {
	    background-position: -850px 70px;
	    height: 900px;
	    background-image:url(https://theonepoint.co.uk/images/pages/home-page/homepage-header-img-min.webp);
	}
}

/* Extra large devices (large laptops and desktops, 1920px and up) */
@media only screen and (min-width: 1920px) {
	.herohome {
	    background-position: -850px 70px;
	    height: 1080px;
	    background-image:url(https://theonepoint.co.uk/images/pages/home-page/homepage-header-img-min.webp);
}
	}
}