
/* ---- .photo ---- */
.photos{
opacity:0;
}
.photo {
  float: left;
  width: 25%;
  height: auto;

  
}
.photo-square{
	/*padding-bottom:25%;*/
}
.photo--width2 { width: 200px; }
.photo--height2 { height: 200px; }

.photo:hover {
  
  cursor: pointer;
}

.photo.gigante {
  width: 75%;

}
.photo-square.gigante{
 width: 50%;
	
}

.photo img{
width:100%;
transition:opacity ease 0.5s;
}

.imageborder{
position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);
box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);
Copy Text

box-sizing: border-box;
}
.filterbuttons{
padding:5px;
margin-top:20px;
margin-bottom:20px;
width:100%;
}
.filterbtn{
display:inline;
padding:0px 10px;
border-right: 1px solid #6c6c6c;
cursor:pointer;
}
.filterbtnall{
display:inline;
padding:0px 10px;

cursor:pointer;
}
.filteractive{
color:#ffffff;
}