.gramz1 {
    position: absolute;
    top: 0;
    z-index: 2;
}

.gramnav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: white;
    color: black;
    overflow-x: hidden;
    padding-top: 40px;
    overflow: auto;
    transition: 0.4s;
}
.gramnav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.4s;
}

.gramnav a:hover{
    color: #607d8b;
}
.closegramnav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
}

@media screen and (max-height: 450px) {
    .gramnav {
        padding-top: 15px;
    }
    .gramnav a {
        font-size: 18px;
    }
}

.stickytitle {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
}

.stickyad {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}