.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 10;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    color: #fff;
    text-align: center;
}
aside h2, aside .h2 {
    font-size: 1rem;
    padding-bottom: 1rem;
    transform: scale(1.5);
    position: relative;
    transform-origin: center top;
    text-align: center;
}
aside h3, aside .h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
    transform: scale(1.333333);
    position: relative;
    transform-origin: center top;
    text-align: center;
}