header {
  overflow: hidden;
  position: relative; }
  header #header-image {
    height: 300px;
    overflow: hidden; }
    header #header-image img.header-image-img {
      display: block;
      position: absolute;
      width: 100%;
      height: auto; }
  header #main-menu:hover {
    height: 100%; }

/*
header {
    overflow: hidden;
    position: relative;

    #header-image {
        position: absolute;
        overflow: hidden;

        img.header-image-img {
            display: block;
              height: 100%;
           width: auto;


                clip:rect(auto auto 130px auto);
        }

    }

    #main-menu {
        &:hover {
            height: 100%;
        }
    }
}
*/

/*# sourceMappingURL=sub.css.map */
