Hi Ryan,
I checked your website once more and it seems you’ve left the fill-height class in the Child Container Block. It would be good to remove this as it gives that Container a specific height which I’m not sure you prefer.
With regards to the Background image, you can add another class to the outermost parent Container – mobile-image-position, and add this CSS:
@media (max-width: 768px) {
.mobile-image-position {
background-position: 95% 23% !important;
}
}
Kindly modify the percentages to your preferred values. The first one is denotes the x-axis value and the second one is for the y-axis.
Hope this helps! 🙂