.header-imgs {
  display: none;
  height: var(--height);
  background: #dfebff;
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-imgs .images {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.header-imgs .close {
  width: var(--height);
  height: var(--height);
  background: url(/assets/images/common/icon-close-2.png) no-repeat center center;
  background-size: 22px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
