div.pg_thumb {
	width: 14vw;
    padding: 0;
    float: left;
    text-align: center;
    line-height: 10em;
    vertical-align: middle;
    height: 13vw;
    overflow: hidden;
    margin: 1vw;
}
div.pg_thumb:hover {
transition: 0.5s;
}
div.pg_thumb img {
    width: 125%;
    height: 125%;
    transition: 0.5s;
	margin-left: 50% !important;
    transform: translateX(-50%);
}
div.pg_thumb img:hover {
    width: 145%;
    height: 145%;
transition: 0.5s;
}

div.pg_lightbox {
	opacity:0;
	width: 0%;
	height: 0%;
	top: 50%;
	left: 50%;
	filter: blur(0em);
	background-color:rgb(255 255 255 / 35%);
	background-repeat: no-repeat;
	position: fixed;
	z-index: 100000;
	backdrop-filter: blur(10px);
    background-size: 70% !important;
	
}

div.pg_lightbox_nav {
    float: right;
    margin: 125px 25px 25px 25px;
}

div.pg_lightbox_description {
font-size: 1em;
background-color:rgba(255, 255, 255, 0.9);
text-align: center;
padding: 1%;
opacity: 1;
margin-top:1em;
width: 60%;
margin-left: auto;
margin-right: auto;
color: #444444;
}
div.pg_lightbox_description:hover {
opacity: 0;
transition: 1s;
}
div.pg_lightbox_copyright {
position: fixed;
bottom: 0.5em;
right: 0.5em;
font-size: 0.9em;
}
div.pg_close_picture,
div.pg_prev_next_picture {
    display: block;
    width: 50px;
    border-color: #000000;
    border: 1px dashed;
    border-radius: 36px;
    background-color: #ffffff;
    transition: all 0.3s;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 2;
    font-size: 25px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    height: 50px;
}
div.pg_close_picture:hover,
div.pg_prev_next_picture:hover {
color: #ffffff;
background-color: #444444;
transition: 0.5s;
}
div.pg_thumb:hover,
div.pg_close_picture:hover,
div.pg_prev_next_picture:hover{
cursor: pointer;
}
div.pg_page {
margin-bottom: 3em;
overflow: hidden;
}
div.pg_page_nav {
    display: none;
}
div.pg_page_nav:hover {}
div.pg_page_nav span {
text-align: center;
border: 1px solid #444444;
border-radius: 0.2em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.2em;
background-color: #ffffff;
color: #444444;
transition: 1s;
}
div.pg_page_nav span:hover {
background-color: #444444;
color: #ffffff;
transition: 0.5s;
cursor: pointer;
}


@media only screen and (max-width: 39em) {
	div.pg_thumb {
    	width: 48%;
    	height: 33vw;
	}
}
