.PhotoGalleriesCarouselWrap .owl-carousel .owl-stage-outer{
	height:auto !important;
}

.onlyMobiles{
		display:none;
}
.wp-caption-text .imageCounter{
	display:none;
}
@media screen and (max-width: 1024px) {
	.onlyDesktops{
		display:none;	
	}
	.onlyMobiles{
		display:block;
	}
}

.CopyRights, .SocialIcons{
	text-align:left;	
}