You need to give those absolute elements a coordinate to go off of.
.v-center{position:relative;}
That makes them drop below the “View the health…” header. I assume that’s how you want it? Simple positioning from there probably.
Actually you might want to consider stacking the images actually in mobile. Removing the position:absolute; from both drover and drunder. Maybe a bit of margin to space it.