#photo_ti {
	margin-top:20px;
    max-width: 676px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	-ms-column-gap:0;
	-o-column-gap: 0;
	column-gap: 0;
	height:auto !important;
}
#photo_ti img {
	width: 100% !important;
	height: auto !important;
    transition: .3s ease-in-out;
}

#photo_ti a{
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#photo_ti a:hover img{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

@media (max-width: 1200px) {
#photo_ti {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count:3;
}
}
@media (max-width: 1000px) {
#photo_ti {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count:3;
}
}
@media (max-width: 800px) {
#photo_ti {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count:2;
}
}
@media (max-width: 400px) {
#photo_ti {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count:1;
}
}