.macaoGalleryListView .galleryCaption{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: initial;
	text-align: center;
}

.macaoGalleryListView .galleryCaptionContainer{
	width: 100%;
	padding-left: .1rem;
	padding-right: .1rem;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fefefe;
	position: absolute;
	bottom: 0;
}

 .macaoPhotoListView {
	text-align: center;
	display: inline-block;
}

.macaoPhotoListView > div {
  position: relative;
  padding-top: 56.25%;
 /*  width: 96%; */
  height: 0;
  overflow: hidden;
 /*  margin-right: 2%;
  margin-left: 2%; */
  
}

.macaoPhotoListView .galleryThumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
/*     max-height: 100%; */
    margin: auto;
}
.macaoGalleryListView{
	background-color: white;
	margin-bottom: .5rem;
	border: solid 4px #fefefe;
 	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
 	position: relative;
}
.macaoGalleryListView a.small-up-3{
	line-height: 0em;
	display: block;
}
.xContentDivider {
	height: .5rem;
	width: 100%;
	background-color: #e9cb4b;
	position: relative;
	z-index: -1;
}

.xContentDivider:before {
	content: "";
    width: 30%;
    border-top: .4rem solid rgb(244, 244, 242);
    border-right: .5rem solid transparent;
    position: absolute;
    min-width: 11rem;
    top: -.05rem
}

.button.moreLink:hover, .button.moreLink:focus{
    color: white;
    background-color: #9a5c26;
}

@media screen and (max-width: 39.9375em) {
	button.orbit-previous, button.orbit-next {
		display: none;
	}
}
