.pc_gallery_wrap{float: left; width:100%; margin-top:0px; background-color: #FFF;}
.pc_gallery_wrap #pc_gallery_wrap{float: left; width: 90%; margin:50px 5%; background: rgba(255,255,255,0.7);}

.pc_gallery_window{ padding:0px 2%;  width:96%;  padding-bottom:50px;}

.pc_gallery_head{float: left; padding: 50px; font-size:30px; font-weight:bolder; color:darkblue; width: 100%; }
.pc_album_panel{margin-bottom: 15px;}
.pc_album_name{width: 100%; font-size: 20px; color: #0077FF; padding: 10px 0px; border-bottom: 1px solid #EEE; margin: 5px 0px;}
.pc_album_images{ display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap:1em; margin: auto;}

.pc_gallery_wind1{ display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap:1em; margin: auto;}
.pc_gallery_cont_card {height:250px; background-color:#FFF; width:100%; max-width:300px;
		box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);}
.pc_gallery_cont_card:hover { box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);}
.pc_gallery_cont_card_img{ width:100%; height:250px; overflow: hidden;}
.pc_gallery_cont_card_img img{ filter: blur(0px); transition: filter 0.3s ease-in; width: 100%;  height: auto;}






@media only screen and (max-width: 600px) 
{	
	.gallery #gallery_img{display:block; margin:10px auto;  width:100%;}
	.pc_gallery_wind{ display: grid; grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); grid-gap:1em; }
	.pc_gallery_cont_card {height:100%; max-width:100%;}
	.pc_gallery_cont_card_img{ width:100%; height:100%; overflow: hidden;}
}


