.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:9999; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }

.images{
    display: none;
    background-color: #eee; position:fixed;
    left:50%; top:50%;
    transform: translate(-50%, -50%);
    z-index:9999;
    width:70%;
    height:80%;
}
.iclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer;filter: invert(100); }
.images .image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}