/* Nodes */
.node,
.node-promoted,
.node-sticky,
.node-view-mode-full,
.node-unpublished {
  position: relative;
}

.node-view-mode-teaser {
  position: relative;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--c12);
}
.node-view-mode-teaser.node-sticky {
  background-color: var(--c13);
  padding: 1rem;
}

.node-view-mode-full .node--type-story img.mfp-thumbnail {
  min-width: 100%;
  max-width: 100%;
}

.node-unpublished {
  background-color: var(--c11);
}

/* View mode teaser styles. */


.node-view-mode-teaser .node-content {
  clear: none;
  font-size: 1em;
  line-height: 1.6;
}

.node-view-mode-full .mfp-separate-items img, 
.node-view-mode-teaser .node-content img,
.node--type-about .node-content .field--type-image img,
.node--type-page .node-content .field--type-image img {
  float:right;
  margin: 0 0 0 2px;
}

.node-content .field--name-body img {
	margin:4px;
}

/***************** my ***************/


.gallery ul, .a-z ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}


.gallery li:hover,
.gallery li:focus,
.gallery li:active,
.a-z li:hover,
.a-z li:focus,
.a-z li:active {
  border-bottom: 1px solid var(--c12);
	}