﻿#parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 20;
}

#block {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 1%;
}

.imageClick{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
    display: none;
    border-radius: 30px;
}
