body.page-id-108970 .container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.recent-sales-container .recent-sales-item {
	width: calc(100% / 2 - 10px);
    display: inline-block;
    margin: 5px;
}

	.recent-sales-item canvas {
		/*border: 2px solid #cfcfcf;*/
		background-size: cover!important;
    	background-repeat: no-repeat!important;
    	width: 100%;
    	display: block;
		height: 280px;
		background-position: center!important;
	}

	.recent-sales-item {
	   position: relative;
	   display: block;
	   border: 2px solid #cfcfcf;
	}

	.rs-hover-details {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.57);
	    text-align: center;
	    color: #fff;
	    padding: 15px;
	    opacity: 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.recent-sales-item:hover .rs-hover-details {
	   opacity: 1;
	}

	.recent-sales-item .rs-hover-details-inner {
		font-style: normal;
	}

	.recent-sales-item .rs-hover-details-inner span.desc {
		display: block;
	}


body.page-id-108970 #content-full {
	max-width: 1600px;
    margin: 0 auto;
}

body.page-id-108970 .aiosp-gallery .aiosp-image-holder .aiosp-figure {
   padding: 40px 0;
}
body.page-id-108970 img.aiosp-img {
   padding: 0;
}
body.page-id-108970 .aiosp-bottom-bar {
   margin-top: 0;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   cursor: auto;
   background: rgba(0, 0, 0, 0.76);
   padding: 15px 10px;
   opacity: 0;
   top: auto;
}
body.page-id-108970 .aiosp-counter {
   bottom: -20px;
   top: auto;
}
body.page-id-108970 figure:hover .aiosp-bottom-bar {
   opacity: 1;
}

body.page-id-108970  .aiosp-figure figure {
   margin: 0;
   position: relative;
}

body.page-id-108970 .aiosp-title {
	font-style: normal;
}

body.page-id-108970 .aiosp-title h3 {
	font-size: 20px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 991px) {
	.recent-sales-item .rs-hover-details-inner span.desc {
		font-size: 15px;
		line-height: 1.3;
	}

	.recent-sales-container .recent-sales-item {
		width: calc(100% / 2 - 10px);
	}
}

@media only screen and (max-width: 767px) {
	.recent-sales-item .rs-hover-details-inner span.desc {
		font-size: 15px;
		line-height: 1.3;
	}

	.recent-sales-container .recent-sales-item {
		width: 100%;
		max-width: 420px;
		margin: 15px auto;
		float: none;
		display: block;
	}

	.recent-sales-item canvas{
		min-height: 240px;
	}
}