Hi im trying to get this guys face to show up on mobile screens so i need to move the image to the left, is there any way to move the image to the left ? here’s the rev slider https://claycaldwell.law/
I have had this issue before and it was fixed with added this css
@media(max-width: 979px){
#rev_slider_2_1 .active-rs-slide rs-sbg {
background-position: 80% !important;
}
}
But now its not working :o/