.shogun-image-container { position: relative; } .shogun-image-container.shg-align-left { text-align: left; } .shogun-image-container.shg-align-center { text-align: center; } .shogun-image-container.shg-align-right { text-align: right; } .shogun-image-linked { cursor: pointer; } .shogun-image-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: flex; padding: 20px; align-items: center; justify-content: center; pointer-events: none; } .shogun-image-overlay.shg-top-left…
47