.popup {
	position: relative;
}

.poper .image {
	width: 100%;
	height: auto;
	border-radius: .5rem;
}

.poper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, .8);
    display: none;
    margin: 0;
    z-index: 1200;
}

.poper-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.poper .image {
    width: auto;
    max-width: 50%;
    height: auto;
    border-radius: .5rem;
    margin: 20vh auto;
    display: block;
    z-index: 1;
    position: relative;
}
.poper .poper-close {
    top: 3em;
    right: 2em;
}