Impulse theme Removing boxes around product images

@RedCC

Please add the following code at the bottom of your assets/custom.css file.

.grid-product .grid-product__image-mask {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}

Thanks!