@charset "utf-8"; .show-image { .image { cursor: pointer; width: 100px; height: 100px; } .show-image-full { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.3); text-align: center; img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 80%; max-height: 80%; width: auto; height: auto; } } }