.tab-review-tags-nav > p {
    display: none;
}
  
.tab-review-tags-nav.fixed {
  position: fixed;
  top: 33px;
  left: 0;
  right: 0;
  background: white;
  z-index: 10000;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
  padding: 0 20% 21px;
}
  
.tab-review-tags-nav.fixed > p {
  display: block;
}
  
@media (max-width: 767px) {
  .tab-review-tags-nav.fixed {
    top: 0;
    padding: 0 10px 10px;
  }

  #revive-reviews.extra-margin-xs {
    margin-top: 200px;
  }

  .tab-review-tags-nav.overwrite-fixed-top {
    top: 100px;
  }
}
