#myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg1:hover {opacity: 0.7;}

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg2:hover {opacity: 0.7;}

#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg3:hover {opacity: 0.7;}

#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg4:hover {opacity: 0.7;}

#myImg5 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg5:hover {opacity: 0.7;}


#myPImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myPImg1:hover {opacity: 0.7;}

#myPImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myPImg2:hover {opacity: 0.7;}

#myPImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myPImg3:hover {opacity: 0.7;}

#myPImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myPImg4:hover {opacity: 0.7;}

#myPImg5 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myPImg5:hover {opacity: 0.7;}





/* The Modal (background) */
.modalExt {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 5px; /* Location of the box */
	padding-left: 5px; /* Location of the box */
    left: 1px;
    top: 70px;
    overflow: true; /* Enable scroll if needed */
    background-color: rgb(190,190,190); /* Fallback color */
    background-color: rgba(180,180,180,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modalExt-content {
    margin: auto;
    display: block;
	width: 85%;
    max-height: 700px;
}

/* Caption of Modal Image */
#captionExt {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #000;
    padding: 10px 0;
    height: 20px;
}

/* Add Animation */
.modalExt-content, #captionExt {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 5px; /* Location of the box */
	padding-left: 5px; /* Location of the box */
    left: 1px;
    top: 70px;
    overflow: true; /* Enable scroll if needed */
    background-color: rgb(190,190,190); /* Fallback color */
    background-color: rgba(180,180,180,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
	width: 85%;
    max-height: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #000;
    padding: 10px 0;
    height: 20px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 1px;
    left: 1px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover {opacity: 0.4;}
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* The Close Button */
.closeExt {
    position: absolute;
    top: 1px;
    left: 1px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeExt:hover {opacity: 0.4;}
.closeExt:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* The SetTime Button */
.settime {
    position: absolute
	top: 20px;
	right: 15px;    
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.settime:hover {opacity: 0.4;}
.settime:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}