How can I eliminate padding around my product page image?

@SvetShopifies

Try this first.

@media only screen and (max-width: 480px){
.product .container { width: 100% !important; padding: 0px !important;}
}

Let me know if this works.