.solutionList .picslist .item{
	width:16.6%;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}
.incList{
	padding-bottom:50px;
}
.incList .item{
	display:table-cell;
	width:33.3%;
}
.incList .item .imgbox{
	position:relative;
}
.incList .item .imgbox .text{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	top:0;
	left:0;
	padding:30px;
	opacity:0;
	transition:all .35s;
	color:#fff;
}
.incList .item .imgbox:hover .text{
	opacity:1;
}
.incList .item label{
	text-align:center;
	color:#333;
	padding:5px 0;
}
.b-advantages-1.short{
	height:410px;
}
@media screen and (max-width: 768px) {
    .incList .item {
        display:block;
        width:100%;
    }
   .b-advantages-1.short{
       height:auto;
   }
}
