.market-stats .container {
    max-width: 1400px !important;
  }
  .market-stats .text-shadow {
    text-shadow: 1px 1px 5px gray !important;
  }
  .market-stats .overlay {
    background: linear-gradient(to bottom, transparent, black 100%);
  }
  .market-stats .card-wrapper {
    flex: 1 1 0%;
    padding: 0.75rem;
}
  .market-stats .card {
    position: relative;
    z-index: 40;
    width: 100%;
    padding: 2.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
  .market-stats .card h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
      min-height: 4em;
}
  .market-stats .card hr {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 50%;
}
  .market-stats .card .stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
  .market-stats .card .stats-wrapper .card-value {
    font-size: 3rem;
    font-weight: 300;
}
  .market-stats .card .stats-wrapper .card-change {
    margin-left: 0.75rem;
    display: flex;
    align-items: center;
}
  .market-stats .card .stats-wrapper .card-change-value {
    margin-left: 0.5rem;
    font-size: .875rem;
}
  .market-stats .card::after {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background: white;
      opacity: 0.88;
      border-radius: 8px;
    }
  .market-stats .card-large {
    height: 100%;
}
  .market-stats .card-large .card-large-section {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
  .market-stats .card-large .card-large-subheader {
    text-transform: uppercase;
}
  @media (min-width: 768px) {
      .market-stats .card h5 {
        font-size: 1.125rem;
    }

      .market-stats .card hr {
        width: 100%;
    }

      .market-stats .card.card-medium .card-value {
        font-size: 70px !important;
      }
        .market-stats .card.card-large h5 {
          min-height: 0;
          justify-content: flex-start;
        }

        .market-stats .card.card-large hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

        .market-stats .card.card-large .card-large-subheader {
        margin-right: 0.75rem;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        font-size: 1rem;
        font-weight: 600;
          max-width: 4em;
    }

        .market-stats .card.card-large .card-large-section {
        display: flex;
        flex-grow: 1;
    }

          .market-stats .card.card-large .card-large-section:not(:last-child) {
        margin-right: 1rem;
    }

      .market-stats .card .card-wrapper {
        flex-grow: 1;
    }

      .market-stats .card.card-small {
        display: flex;
        height: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .market-stats .card.card-small h5 {
        font-size: 1rem;
          min-height: 0;
    }

        .market-stats .card.card-small hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 66.666667%;
    }

        .market-stats .card.card-small .stats-wrapper {
        flex-grow: 1;
        flex-direction: row;
    }
        .market-stats .card.card-large .card-value,  .market-stats .card.card-small .card-value {
        font-size: 3rem;
    }
        .market-stats .card.card-large .card-change-value,  .market-stats .card.card-small .card-change-value {
        font-size: 1.125rem;
    }

      .market-stats .card .stats-wrapper {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        flex-direction: column;
    }
        .market-stats .card .stats-wrapper .card-change {
        margin-left: 0px;
    }

        .market-stats .card .stats-wrapper .card-change-value {
        font-size: 1.25rem;
    }
  }

