Hide products in modal:
.instashop-modal .inner .content .products { display: none !important; }
Hide dots in modal:
.instashop-modal .inner .content .media .image .dot { display: none; }
Make product images fit inside their square:
.instashop-modal .inner .content .products .product .product-image { background-size: contain; background-repeat: no-repeat; }
Please wait... it will take a second!