.article-image-carousel > .carousel {
    height: auto;
}
.article-image-carousel > .carousel > .carousel-inner {
    height: auto;
}
.article-image-carousel > .carousel > .carousel-inner > .item {
    background: white;
    height: auto;
    padding: 0px 10px 10px 0px;
}
.article-image-carousel > .carousel > .carousel-inner > .item > img {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    border-radius: 2px;
    box-shadow: 1px 1px 1px;
    height: auto;

    margin: 0 auto;
}

.metadata-row {
    padding: 15px 5px 15px 5px;
}
.metadata {
    padding-right: 30px;
}
