.popup {
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.popup img{
	width:30%;
}
.popup i {
    position: absolute;
    right: 30px;
    top: 60px;
    color: white;
    opacity: 0.8;
    font-size: 26px;
}