#navbar-jarvis{
    position: sticky; animation-name: animate-masthead;
  background-color: #fff;
  border-bottom: 1px solid #d4d8d9;
  height: 72px;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 5666666;
  height: 0px !important;
}
.vertical-content{
    margin-top: 7%;
}

@media (max-width: 990px) {
    .vertical-content{
        margin-top: 21%;
    }
    .hub-wrapper-helpfulness .hub-nav {
        width: 106% !important;
        display: flex !important;
        align-items: center;
        background-color: #fff !important;
        min-height: 35px !important;
        height: 31px;       
        padding: 12px 0 11px !important;     
}
}