.header {
  position: sticky;
  top: 0;
  z-index: 2;

  /* Needed to make transforms in the .rest work in iOS */
  -webkit-transform: translateZ(1000px);
}

img
{
  height: auto;
}

.rest {
  position: relative;
  z-index: 1;
}