.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */

}

/* Modal Content */
.modal-content {
	z-index: 1;
	position: absolute;
	left: 30%;
	top: 30%;
	transform: translate(-21.5%, -21.5%);
	border: 10px solid #ffffff;
}

.modal-image {
	z-index: 1;
}

.modal-button {
	height: 100px;
	z-index: 2;
}