.not-front #navbar .ticketing-band {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #000;
}

@media (max-width: 992px) {
  .not-front #navbar .header-blocks {
    margin-top: 15px;
    right: 20px;
  }
}