.table-scroll{
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; 
	border-radius: 12px;
}
.hero.has-image {
	min-height: none;
}


.lr-slideshow{
	background:#ffffff;
	margin:1rem 0 0 0;
	padding: 2rem;
}

.lr-slideshow.lr-loading{
	background: linear-gradient(90deg, #f7f7f7, #ffffff, #f7f7f7);
	animation: lrShimmer 1.2s infinite;
}

@keyframes lrShimmer{
	0%{ filter: brightness(0.98); }
	50%{ filter: brightness(1.02); }
	100%{ filter: brightness(0.98); }
}

.lr-iframe{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0;
	background:#ffffff; /* helps during iframe paint */
}

.album-reference{
	text-align:right;
	font-style: italic;
}

.photo-album-link{
	color:#090E37;
	transition: color .2s ease;
	background-image: none;
}

.photo-album-link:hover,
.photo-album-link:focus{
	color:#1B3E94;
	background-color: #F0F0F0;
}