.fibsol-gallery > ul {
	 margin-bottom: 6px;
}
 .fibsol-gallery > ul > li {
	 float: left;
	 margin-bottom: 20px;
	 margin-right: 0px;
}
 .fibsol-gallery > ul > li a {
	 border: 1px solid #edf3ff;
	 border-radius: 0px;
	 display: block;
	 overflow: hidden;
	 position: relative;
	 float: left;
}
 .fibsol-gallery > ul > li a > img {
	 -webkit-transform: scale(1);
	 -ms-transform: scale(1);
	 -moz-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: all 0.6s ease;
	 -ms-transition: all 0.6s ease;
	 -moz-transition: all 0.6s ease;
	 transition: all 0.6s ease;
	 height: 100%;
	 width: 100%;
}
 .fibsol-gallery > ul > li a:hover > img {
	 -webkit-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 transform: scale(1.1);
}
 .fibsol-gallery > ul > li a:hover .fibsol-gallery-poster {
	 background-color: rgba(0, 0, 0, 0.5);
}
 .fibsol-gallery > ul > li a:hover .fibsol-gallery-poster > img {
	 opacity: 1;
}
 .fibsol-gallery > ul > li a .fibsol-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;
}
 .fibsol-gallery > ul > li a .fibsol-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;
}
 .fibsol-gallery .justified-gallery > a > img {
	 -webkit-transform: scale(1);
	 -ms-transform: scale(1);
	 -moz-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: all 0.6s ease;
	 -ms-transition: all 0.6s ease;
	 -moz-transition: all 0.6s ease;
	 transition: all 0.6s ease;
	 height: 100%;
	 width: 100%;
}
 .fibsol-gallery .justified-gallery > a:hover > img {
	 -webkit-transform: scale(1.1);
	 -ms-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 transform: scale(1.1);
}
 .fibsol-gallery .justified-gallery > a:hover .fibsol-gallery-poster {
	 background-color: rgba(0, 0, 0, 0.5);
}
 .fibsol-gallery .justified-gallery > a:hover .fibsol-gallery-poster > img {
	 opacity: 1;
}
 .fibsol-gallery .justified-gallery > a .fibsol-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;
}
 .fibsol-gallery .justified-gallery > a .fibsol-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;
}
 .fibsol-gallery .video .fibsol-gallery-poster img {
	 height: 48px;
	 margin-left: -24px;
	 margin-top: -24px;
	 opacity: 0.8;
	 width: 48px;
}
 .fibsol-gallery.dark > ul > li a {
	 border: 3px solid #04070a;
}
 .home .fibsol-gallery {
	 padding-bottom: 80px;
}
 