

.controls{
 
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}



.gallery{
  -webkit-backface-visibility: hidden;
}




.gallery .mix{
  margin-bottom: 2%;
  transition: all 0.1s ease-in-out;
  overflow:hidden;
  display:none;
}

.link, .link a, .more, .more a,  .title, title a{
	width:60px;
	color:#FFF;
	font-size:0px;
	text-align:center;
    height: 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	}
	
.link{
	top:50px;
	left:50px;
}

.title{
text-align:center;
bottom:5px;
width:100%;
background:#ccc;
}


	
.more{
	top:50px;
	right:50px;
}


.gallery .mix:hover >.link , .gallery .mix:hover >.more{
    height: 50px;
	font-size:50px;
	text-shadow:#000 2px 2px 3px;
}

.gallery .mix:hover >.title{
	height: 30px;
	font-size:20px;
	text-align:center;
	}

.link:over, .more:over{
	background:#fff;
}


