/* Keep the experience caption within the photograph and clear of slide navigation. */
#aboutReelSlideshow > .abr-years {
    left: 16px !important;
    right: auto !important;
    bottom: 38px !important;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    margin: 0;
}
@media (max-width: 1024px) {
    #aboutReelSlideshow > .abr-years {
        right: 16px !important;
        width: auto !important;
    }
}
