


  .rh-card__metro-text-container {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      height: 100%;
      width: 100%;
      text-align: center;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 100;
  }

  .rh-card__metro-text-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}
@media (min-width: 1024px)
.rh-card__metro-text--medium {
    font-size: 40px;
}
.rh-card__metro-image {
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.rh-card__metro-text--medium {
    font-weight: bold;
    font-size: 32px;
    color: rgb(255, 255, 255);
    text-shadow: rgb(56, 46, 44) 1px 1px 1px;
}
.rh-card__metro-text--large, .rh-card__metro-text--medium, .rh-card__metro-text--small {
    z-index: 250;
    margin-bottom: 0px;
}
.rh-card__metro-container {
    height: 100%;
    position: relative;
    flex-direction: column;
    display: block;
    border-radius: 0px;
}
