.up-header-strip {
  position: relative;
  z-index: 1009;
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.up-header-strip__link,
.up-header-strip__inner,
.up-header-strip__media {
  display: block;
  width: 100%;
}

.up-header-strip__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 992px) {
  html.vw-100 .up-header-strip {
    z-index: 1007;
    position: relative;
  }
}
