.card.large .card-image {
  max-height: 80%;
}

@media (max-width: 630px) {
  .card-postcard {
    background-image: url('../images/postcard.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 50%;
    background-position: center center;
    max-height: 50% !important;
  }
}
@media (min-width: 631px) {
  .card-postcard {
    background-image: url('../images/postcard.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center center;
    max-height: 80% !important;
  }
}

.card-action.card-date {
  text-align: right;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #B71C1C !important;
  text-transform: initial !important;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #F44336 !important;
  text-transform: initial !important;
}