.mc-projects {
  background: #eafded;
  padding-top: 2.25rem;
}

.mc-projects.is-teaser {
  padding-top: 0.75rem
}

.mc-projects .e-results.is-empty {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.mc-projects .b-categories a.is-active {
  border-bottom: 2px solid #261e66;
}

.b-projects {
  margin-top: 1.5rem;
  padding-top: 0;
}

.c-project.is-teaser hr::after {
  background: #eafded;
}

.c-project .e-cover a {
  border-bottom: none;
}

.c-project .e-tags {
  margin-top: 0.75rem;
  font-size: 0.75rem;
}

.c-project .e-cover a {
  border-bottom: none;
}

.c-cover .image {
  height: 240px;
  position: relative;
}

.c-cover .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.c-inline-cover {
  width: 100%;
}

.c-float-cover {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.c-float-cover img {
  width: 100%;
}

@media all and (min-width: 49.750em) {
  
  .c-float-cover.has-intro {
    float: left;
    margin-bottom: 0;
  }
  
  .c-float-cover.has-intro img {
    width: 360px;
    margin-right: 0.75rem;
  }
  
  .e-intro.has-cover {
    display: inline;
  }
  
  /* Clear fix and compensation for following hr element */
  
  .e-intro.has-cover:after {
    content: "";
    clear: both;
    display: table;
    margin-bottom: 1.5rem;
  }
  
}