How to remove divider line of products image from Dawn theme

@Andrea6688
Paste this code on top of the section-main-product.css file.

modal-opener.product__modal-opener.product__modal-opener--image.no-js-hidden {
    border: 0px !important;
}

Thank You.