.lds-practice-detail { padding-bottom:20px; }
.lds-practice-copy { background:white; }
.lds-practice-copy h1 { margin-top:0; }
/* Scale every slide with the gallery column, including when zoomed out. */
.lds-practice-detail .lds-attachment-gallery .carousel-item img {
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
	max-height:none;
	aspect-ratio:var(--lds-gallery-aspect-ratio, 1.5);
	object-fit:contain;
	object-position:left top;
}
.lds-practice-detail .lds-gallery-caption { min-height:20px; }
.lds-practice-detail .lds-gallery-caption small { font-size:15px; }
.lds-practice-detail .lds-gallery-controls { display:flex; gap:20px; padding:20px 0 20px 15px; }
.lds-practice-detail .carousel-control-next,.lds-practice-detail .carousel-control-prev { position:relative; width:24px; margin:0; }
.lds-practice-detail .carousel-indicators button { display:block; width:100%; height:100%; padding:0; border:0; background:transparent; }
@media(max-width:900px) { .lds-practice-detail .columncontent { column-count:1; } }
