/*
    HOME PAGE
 */

/*
  CAROUSEL
 */
 .carousel-item {
    max-height: 31vw;
 }

.carousel-item img {
  object-fit: contain;
}

.img-gradient:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;

  background-color: red; /* For browsers that do not support gradients */
  background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0, 0, 0, 0.8) 100%);
}


/*
  cards

*/

/* image sizing */
@media (min-width: 768px) {
  .custom-card-img {
    min-height : 13.2em;
  }
}

ul.pubList li:not(:last-child) {
   margin-bottom: 1em;
}
