.miniatures-gallery-container{
	position: absolute;
	left: 50%;
	top:0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.miniatures-gallery{
	position: absolute;
	left: 0;
	top:0;
	overflow: hidden;
	width: 1120px;
}
.miniatures-gallery-box{
	float: right;
	overflow: auto;
}
.miniatures-gallery-item{
	background: none no-repeat center center;
	background-size: cover;
	float: right;
}
.miniatures-gallery-item a{
	display: block;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 1000px){
	body .miniatures-gallery-container{
		position: static;
		width:100%;
		height:280px;
	}
	body .miniatures-gallery{
		width: 150%;
		height: 280px;
	}
    body .miniatures-gallery-box{
	    float:none;
	    overflow: visible;
	    max-width: none !important; /* override inline style */
    }
    body .miniatures-gallery-item{
	    float:left;
    }
    body .miniatures-gallery-item.custom-size{
	    display: none;
    }

}