.pro-content-wrapper .photos-container .photo-container .image{
	height: 121px;
	display: block;
}
.pro-content-wrapper .photos-container .photo-container:hover .image{
	height: 117px;
	display: block;
}
.body-right.fixed{
	margin-left: 0px;
}
.photos-container.table{
	width: 100%;
}
.photos-container.table table tr{
	float: left;
}
@media all and (max-width: 1023px)  { 
	.pro-content-wrapper .photos-container .photo-container .image{
		height: auto;
	}
	.pro-content-wrapper .photos-container .photo-container:hover .image{
		height: auto;
	}
}