/**
 * @file
 * Presentational styles for Drupal stark theme layout.
 *
 * It is left empty for testing purposes.
 *
 * @see https://www.drupal.org/project/drupal/issues/2349711
 */

 article {
   /* display: none !important; */
 }
 .layout-h {
  display: none;
 }
 .node__content div {
  /* display: none; */
 }

 #block-empty-content--2 {
   z-index: -1;
   position: fixed;
 }

 h4.teaser {
  font-size: 24px;
  color: #999999;
  line-height: 32px;
}
.views-element-container {
  position: absolute !important;
  top: -999999999px !important;
}
