
.visibleNearby {
	width: 100%;
	background: #121212;
	/*	background: #141414;*/
	color: #FFF;
	padding: 0;
}

.visibleNearby .rsGCaption {
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	/*background: #e4e4e4;*/
	background: #232323;
	color: silver;
	width: 100%;
	position: static;
	float: left;
	left: auto;
	bottom: auto;
	text-align: center;
}

.visibleNearby .rsGCaption div {
	display: block;
	clear: both;
	width: 70vw;
	height:20vh;
	margin: 10px auto 0px;
	text-align: centre;
}

.visibleNearby .rsGCaption strong {
	padding-right:5px;
	/*display: block;
	clear: both;*/
	/*margin: 10px 0;*/
}

.visibleNearby .rsGCaption strong span {
	font-weight:lighter;
}

/* Scaling transforms */
.visibleNearby .rsSlide img {
	opacity: 0.25;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.visibleNearby .rsActiveSlide img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.rsVisibleNearbyWrap {
    background: #121212;
}

#gallery .rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs { 
background: #121212; (
/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
 #gallery-1 {
padding: 12px 0 12px;
}
 #gallery-1 .rsOverflow, .royalSlider#gallery-1 {
height: 400px !important;
}
}

@media screen and (min-width: 0px) and (max-width: 500px) {

#gallery-1 .rsOverflow,
 .royalSlider#gallery-1 { height: 300px !important; }
}
