.paragraph--type--cover-image img {
  max-width: 100%;
  width: 100%;
}

.cover-image {
  position: relative;
  text-align: center;
  background: #EFF0F0;
  text-shadow: 1px 1px 2px #fff;
  min-height: 80px;
  max-height: 300px;
  overflow: hidden;
}

.cover-image img  {
  // max-height: 300px;
  max-width: 100%;
  width: 100%;
}

.cover-image .views-field-field-contents-directory-image img {
  max-width: 100%;
}
.cover-image .views-field-name {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
}
