/* Enter Your Custom CSS Here */
.image-collapsible-container {
	max-height: 200px;
  	overflow: hidden;
  	display: block;
  	border-bottom-width: 0 !important;
  	transition: max-height .5s ease-out;
}

.image-collapsible-container:hover {
	max-height: none; 
}