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

My bad, I miss that one. Can you add the code below to the same style.css file

@media only screen and (max-width: 481px) {
  .pplrabs {
    display: none;
}  
}