/* 
  Micro View placeholder images
*/

/* Base style for ::before */
.node--type-article.teaser .node__content:first-child::before,
.node--type-article.card .card-section:first-child::before,
.node--type-article.banner .node__content:first-child::before {
  content: '';
  display: block;
  background: url("/sites/default/files/media/images/uct_ac_za/default-article.jpg");
  background-size: cover;
  background-position: center;
}

/* Grid Teaser Display mode  */
.node--type-article.teaser .node__content:first-child {
  padding-left: 7.25rem;
  position: relative;
  min-height: 6.25rem;
}

.node--type-article.teaser .node__content:first-child::before {
  width: 6.25rem;
  position: absolute;
  height: 6.25rem;
  left: 0;
}


/* Grid Card Display mode  */
.node--type-article.card .card-section:first-child::before {  
  width: calc(100% + 2rem);
  padding-top: calc((100% + 2rem) * 0.5625);
  position: relative;
  top: -1rem;
  left: -1rem;  
}

/* Grid Banner Display mode  */
.node--type-article.banner .node__content:first-child {
  position: static;
}

.node--type-article.banner .node__content:first-child::before {
  position: absolute;
  width: 100%;  
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}