  .sectionBanner-image {
    background-position-x: 45%;
}

.sectionBanner-image--alignXCenter.sectionBanner-image--alignYCenter img {
	 object-position:45% center;
}

@media (min-width:767.98px) and (max-width:992px) {
    .sectionBanner-image {
    background-position-x: 15%;
    }

    .sectionBanner-image--alignXCenter.sectionBanner-image--alignYCenter img {
    	 object-position:15% center;
    }
}