.indexartitem .indexartitemimage img {
	max-height: 174px;
    max-width: 100%;
    width: auto;
}

.indexartitem {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}