I've tried many different codes and I can't seem to get the padding off from the top and bottom. Here's one of the codes and a screenshot (they're all essentially the same it seems). I'd like to achieve a photo wall with no padding between images.
.sqs-block.image-block {
margin-top: 0px !important;
margin-bottom: 0px !important;
padding: 0;
}