/* round full image corners */
.astroid-article-full-image img {
   border-top-left-radius: 40px;
   border-bottom-right-radius: 40px;
} 

/* center align image captions */
figcaption {
   text-align: center;
}

/* make languages switcher uppercase */
div.mod-languages a {
  text-transform: uppercase;
}

/* Language Switcher to match menus  */
.astroid-offcanvas {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.7em;
  font-family: "Jost",Arial,Helvetica,sans-serif;
  as-link-color: rgba(0,20,65,1);
}