/*!
 * This file is part of the "A-artik" Theme
 * ----------------------------------------
 * Copyright (c) 2021 The Education University of Hong Kong. All rights reserved.
 * Developed by Nick Lai (https://www.github.com/nixklai/).
 */
article.node--type-researches.node--view-mode-teaser {
  display: grid;
}
article.node--type-researches.node--view-mode-teaser header {
  grid-area: title;
}
article.node--type-researches.node--view-mode-teaser div.node__thumbnail {
  grid-area: image;
  overflow: hidden;
}

/*# sourceMappingURL=node-research.common.css.map */
