/* ===== Header image: full-width & proporsional ===== */

#headerLogo,
.pkp_structure_head,
.header_image_wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#headerLogo img,
.pkp_structure_head img,
.header_image_wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}