.main-gallery > ul {
	margin-bottom: 0;
  }
  .main-gallery > ul > li {
	  float: left;
	  margin-bottom: 15px;
	  width: 200px;
  }
  .main-gallery > ul > li a { 
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
  }
  .main-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
  }
  .main-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  .main-gallery > ul > li a:hover .main-gallery-poster > img {
	opacity: 1;
  }
  .main-gallery > ul > li a .main-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
  }
  .main-gallery > ul > li a .main-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
  }
  .main-gallery > ul > li a:hover .main-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
  }
  .main-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
  }
  .main-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
  }
  .main-gallery .justified-gallery > a:hover .main-gallery-poster > img {
	opacity: 1;
  }
  .main-gallery .justified-gallery > a .main-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
  }
  .main-gallery .justified-gallery > a .main-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
  }
  .main-gallery .justified-gallery > a:hover .main-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
  }
  .main-gallery .video .main-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
  }
  .main-gallery.dark > ul > li a {
	border: 3px solid #04070a;
  }
.main-gallery {
	padding-bottom: 80px; 
  }

h4.galleryHead
{
	font-size: 30px;
}

p.galleryContent
{
	font-size: 20px;
}

p.galleryContent a
{
	color:#fff;
}

span.toggleText{
	z-index: 5080;
	float:right;
}


div.main-gallery ul li:after 
{	
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 18px;
	content: "\f00e";
	color: #fff;
	opacity: 0.75;

	position: absolute;
    bottom: 10px;
    right: 30px;
	
}
