.galeriePhotos {
	list-style:none !important;
	margin:0 0 10px 0;
	background-color:#EEEEEE;
}


.galeriePhotos li {
	float:left;
	margin:5px;
}

.galeriePhotos li:before {
	content: ""; 
}



.galeriePhotos figcaption {
padding:1px 3px 3px;
	font-size:0.8em;
	color:#999999;
}



.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    transition:transform 0.3s;
   }
  .square-box:hover {
	transform:scale(1.1);
  }  	
  	
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
}



.galeriePhotos .col {
	 padding-top:15px;
    padding-bottom:15px;
    }

.galeriePhotos figure {
    width: 100%;
    height:100%;
    overflow: hidden;
    margin:0 !important;
   }

.galeriePhotos figure img {
	object-fit:cover;
	width:100%;
	height:100% !important;
	transition:transform 0.3s;
}

.galeriePhotos figure:hover img {
	transform:scale(1.1);
}


.galeriePhotos figcaption {
padding:1px 3px 3px;
	font-size:0.8em;
	color:#999999;
}


