body {
  background-color: #f6f5f5;
  color: #202029;
}

.page-base {
    min-height: calc(100vh - 90px - 70px + 0.75rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content {
    margin: 1rem;
    max-width: 85rem;
    padding: 1rem;
}

#listing-carousel {
    max-width: 1000px;
    max-height: 1000px;
    width: 100%;
    height: 100%;
}

#listing-carousel .carousel-inner {
    border-radius: 0.25rem;
}

#listing-carousel img {
    max-width: 1000px;
    max-height: calc(100vh - 90px - 2rem);
    width: 100%;
    height: auto;
}

.portrait {
    width: auto;
    height: 100%;
}

.metrics .metric {
    white-space: nowrap;
}

.metrics .metric i {
    width: 1.25rem;
    text-align: center;
}

.metrics i.fa-ruler-combined {
    font-size: 80%;
}

#metrics-lower .metric {
    display: inline-block;
    margin-right: 0.5rem;
}

.metric i {
    color: #800020;
}

@media screen and (max-width: 575px) {
    #listing-carousel {
        transform: scale(1.05, 1.05);
        margin: 1rem 0 0.5rem;
    }
}
