.gal img{
	width: 100%;
}

.gal .title-gal {
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
}

.gal .it {
    border: 1px solid #cdcdcd;
    padding: 10px;
}

.imagemy {
  	width: 100%;
	height: 100%;
    overflow: hidden;
}
.imagemy img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.imagemy img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }  
@media (min-width: 992px) and (max-width: 1200px){
	.gal .title-gal {
		line-height: 2;
	}

	.gal .maf .title-gal {
		line-height: 1;
	}
	
}
@media (min-width: 768px) and (max-width: 991px){
	.gal .title-gal {
		line-height: 2;
	}

	.gal .maf .title-gal {
		line-height: 1;
	}
	
}

@media (max-width: 600px){
	.item-gal{
		width:100%;
		margin-bottom: 15px;
	}
	.clearfix {
		display: none !important;
	}
}
.imagemy{
	width: 241px;
	height: 135px;
}
.item-gal{
	margin-bottom: 20px;
}