.images {
	margin: 2em auto;
}
.image-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image-wrapper .image-fullcnt{
	position: relative;
}
/* figure, figcaption, h3, p {
	margin: 0;
	padding: 0;
} */
.image-wrapper li {
	display: block;
}
.image-wrapper li > figure {
	float: left;
	width: 25%;
	margin: 0;
}
.image-wrapper li > figure img {
	display: block;
	width: 100%;
	height: auto;
}
.image-details {
	width: 100%;
	color: #fff;
	clear: both;
	display: none;
	padding: 3em;
	position: relative;
	top: 10px;
	left: 0;
	background: #222;
	/* z-index: 2222; */
}
.image-details-close {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 40px;
	height: 40px;
	background: url(https://www.aaronequipment.com/images/ico-close-copper.png) no-repeat 0 0;
	opacity: 0.6;
}
.image-details-close:hover {
	background-position: 0 -35px;
	opacity: 1;
}
.image-details-content .image img{
	width: 100%;
}
.image-details-desc h3, .image-details-desc p{
	color: #656565;
}
.image-details-desc p {
    margin-top: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    word-break: break-word;
}
.image-details-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.image-details .br-rt{
	border-right: solid 1px #1b1b1b;
}
.btn-detail{
	color: #989898;
	display: inline-block;
	padding: 5px 15px;
	margin-right: 20px;
	text-transform: uppercase;
	background: #3b3b3b;
	border: solid 1px #1b1b1b;
	border-radius: 0;
	transition: all 0.2s ease-in-out 0s;
}
.btn-detail:hover{
	color: #fff;
	background: #f46505;
}
.image-btn-cnt{
	width: 100%;
	display: block;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #1b1b1b;
}