body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	background: #f9f9f9
}
.gg-box {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
    grid-auto-rows: 200px;
    grid-gap: 21px;
}
.caption p.text-info.lead.adjust2{color:#00adef; font-size:24px; margin-bottom:0px; margin-top:0px; margin-left:0px !important;}
.caption h2{font-size:32px; color:#FFF; font-style:italic; font-weight:600; margin-bottom:15px;width: 100%;display: inline-block;}
.caption p{width:400px; font-size:16px; color:#FFF; letter-spacing:0.6px; font-style:italic; margin-top:0px; margin-left:5%; display:inline-block;}
.caption blockquote.adjust2 {
    margin-left:3.6%;
    margin-top: 0px;
    border: none;
}
.gg-element{position:relative;display:block; overflow:hidden;}
.gg-element figcaption {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
	background:#0000006b;
	height:100%;
	opacity:0;
	transition:0.5s;
}
.gg-element figcaption:hover {opacity:10; transition:0.5;}
.gg-element figcaption  a .fa{color:#FFF; font-size:30px;    top: 45%; width: 100%;position: relative;}
.gg-element img {
	object-fit: cover;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.02);
	transition:0.5s;
}
.gg-element:hover img{transform:scale(1.2); transition:0.5s;}
.gg-element img:hover {
	opacity: .98
}
#gg-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;
	background: rgba(255,255,255,0.85);
	z-index: 9999;
	text-align: center
}
#gg-screen .gg-image {
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center
}
#gg-screen .gg-image img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto
}
.gg-bt {
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.6);
	color: #222;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 25px;
	border: 1px solid rgba(0,0,0,0.05);
	box-sizing: border-box;
	padding-left: 2px
}
.gg-bt:hover {
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.5)
}
.gg-close {
	position: fixed;
	top: .5em
}
.gg-close, .gg-nxt {
	right: .5em
}
.gg-prev {
	left: .5em
}
.gg-prev, .gg-nxt {
	position: fixed;
	bottom: 50%
}
@media(min-width:478px) {
.gg-element:nth-child(3n+0) {
	grid-row-end: span 2
}
}
