/* IRB header logo overwrite */ 
.header0 .tools0 img { 
  max-width: 70px;
}
body.collapsed .header0 .tools0 img {
    transition: width .1s ease;
    width: 45px;
}
@media screen and (max-width: 1280px) {
  .header0 .tools0 img {
    display: none;
  }
}

/* Ankylo front image and sidebar overwrite */
.front-img {
  margin-bottom: 1.875rem;
}
.front-img img {
  width: 100%;
}