.enlarge-image a { cursor: zoom-in; }
.enlarge-image.with-shadow { box-shadow: 0px 10px 24px 6px rgba(0,0,0,0.06); }
.enlarge-image img { transform: scale(1); transition: transform 250ms ease; }
.enlarge-image:hover img { transform: scale(1.1); }
.enlarge-image .description { padding: 1rem 2rem 1.5rem 2rem; }
.enlarge-image .caption { color: #00a09c; font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; font-weight: bold; }
.enlarge-image .subcaption { color: #005f9e; margin-top: 8px; }
.enlarge-image .caption:empty, .enlarge-image .subcaption:empty { display: none; }
.mfp-title .caption { font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif; font-weight: bold; }
.mfp-title .subcaption { margin-top: 8px; }
