.solds_gallery{
	display:flex;
	align-items:stretch;
	flex-wrap:wrap;
}

.sold_gallery_container{
	position:relative;
	display:inline-block;
	margin:5px 0.5%!important;
}

.sold_gallery_image{
	overflow:hidden;
	padding-top:60%;
}

.sold_gallery_image_sizer{
	width:100%;
	height:auto;
}

.sold_gallery_address_container{
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	opacity:0;
	position:absolute;
	top:0;
	transition:all 0.2s;
}

.sold_gallery_cta_container{
	display:flex;
	align-items:center;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	justify-content: center;
}

.prettyphoto{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.sold_gallery_address{
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	line-height:1.3em;
}

.sold_gallery_address_container:hover{
	opacity:1;
	transition:all 0.2s;
}

.sold_gallery_address_under_container{
	text-align:center;
	padding:5px 0;
}

.sold_gallery_banner{
	position:absolute;
	background:#009fe4;
	color:#fff;
	font-size:21px !important;
	padding:4px 22px;
	transform:rotate(-30deg);
	left:5px;
	top:25px;
	font-family:Source Sans Pro, Arial, sans-serif;
	font-weight:bold;
	z-index:9999;
}

.sold_gallery_pagination_links{
	display:block;
	clear:both;
	text-align:center;
}

@media(min-width:768px) and (max-width:1035px){
    .sold_gallery_address{
        font-size:1em;
    }
}
