@media (max-width: 990px) {
  .navbar-header a {
    max-width: calc(100vw - 120px);
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 80px;
    max-height: max-content;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  .navbar-header a img {
    margin: 0;
    min-width: 100%;
    /* min-height: max-content; */
    min-height: 0px;
    height: 80px;
    max-height: max-content;
    margin-top: 0px;
    padding-top: 0px;
  }
  .navbar-header button {
    transform: translateX(10px);
  }
  .gold-video {
    max-height: 400px;
  }
}

.navbar-header a {
  width: 320px;
  padding-top: 0px;
  transform: translateX(-10px);
}

.navbar-header a img {
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  transform: translateY(7px);
}
