Change code for mobile on Flex Theme to keep product image set and not floating

You can do that by adding this code at bottom of your styles.css file

.product-gallery {
position: sticky;
top: 0px;
}