.natural-gallery-js .figure {
	border-radius: 3px; 
	border: 0px solid #222222; 
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.5);
}

.natural-gallery-js .figure:hover {
	border: 1px solid #222222; 
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); */
}

.natural-gallery-js .figure.zoomable:hover .image,
.natural-gallery-js .image.zoomable:hover {
    /* transform: none; */
    transform: rotate(0deg) scale(1.03);
}

/* Most of .pswp__img is already set in the default pswp css. 
 * The following is a local addition.
 */
.pswp__img {
  outline-color: #000000; outline-style: solid; outline-width: 100px;
  /* outline: none; */
}
