.photo-card {
    position: relative;
    border-style: solid;
    border-width: 2px 2px 2px 40px;
    padding: 20px 20px 20px 20px;
    border-color: #E8E8E8;
    height: 100%;
}

.photo-card-caroussel-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.25rem;
  object-fit: cover;
}

/*.photo-card-caroussel-wrapper:hover {*/
/*  -webkit-transition: all .3s ease-in-out;*/
/*  transform: scale(1.10);*/
/*}*/

img.photos-card-image.is-cover {
    height: 200px !important;
}

.photo-card-caroussel-wrapper .photos-card-image.is-cover {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.photo-card-caroussel-wrapper .photos-card-image.is-hidden {
  display: none;
}

.photo-card-title {
  margin: 0.5rem 0 0;
}

.photo-card-content {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.photo-card-content h4 {
    overflow-wrap: break-word;
    line-height:1;
}
