.m-image { overflow: hidden;}.m-image__image { display: block; width: 100%; height: 100%; cursor: pointer;}.m-image__preview-container { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; cursor: grab;}.m-image .m-popup__content[image-cover] { background: transparent; overflow: hidden;}.m-image__preview-image { width: 100%; height: 100%; object-fit: contain; -webkit-user-drag: none; user-select: none;}.m-image__preview-toolbar { position: absolute; left: 50%; transform: translateX(-50%); bottom: 4vh; padding: 10px; background: rgba(0, 0, 0, 0.4); border-radius: 30px;}.m-image--preview-disabled { cursor: initial;}