.npl-exhibition-record-shuffle {
  height: auto;
  width: 100%;
  background-color: var(--be);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
  gap: 60px;
  flex-direction: column;
}

.npl-exhibition-record-heading p {
  font-family: "libre baskerville";
  font-size: var(--twentyFive);
  font-style: italic;
  font-weight: var(--menuWeight);
  color: var(--df);
}

.npl-exhibition-record-top,
.npl-exhibition-record-bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  position: relative;
  padding: 0 2.7%;
  height: 250px;
  overflow: clip;
}

.container {
  position: relative;
  /* height: auto; */
  width: 130px;
  height: 100%;
  /* max-height: 250px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow-y: clip; */
}

.image-wrapper {
  height: 100%;
  width: 100%;
  max-height: 250px;
  overflow: clip;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
}

.npl-exhibition-record-shuffle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

.npl-exhibition-record-button {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  opacity: 1;
}

.npl-exhibition-record-button:hover {
  opacity: 0.85;
}

.npl-exhibition-record-button p {
  font-weight: var(--dblXl);
  font-family: var(--barlow);
  font-size: var(--twentyFive);
  color: var(--71);
}

.npl-exhibition-record-button img {
  height: var(--medButton);
  width: var(--medButton);
  object-fit: cover;
}

.container img {
  cursor: pointer;
  object-fit: cover;
}

.npl-exhibition-record-top-one {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
}

.npl-exhibition-record-top-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.npl-exhibition-record-bottom-line,
.npl-exhibition-record-top-line {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  background-color: var(--gray2);
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .npl-exhibition-record-shuffle {
    display: none;
  }
}

.npl-collection-eye-button {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  position: absolute !important;
  right: -60%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  align-items: start;
  pointer-events: none;
  opacity: 0 !important;
  /* will-change: transform; */
}

.npl-exhibition-record-top-one:hover .npl-collection-eye-button {
  pointer-events: auto;
}

.npl-collection-eye-button button {
  text-align: left;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.664);
  cursor: pointer;
  opacity: 0.5;
  padding: 2px 3px;
  transition: opacity 0.3s ease-in-out;
  font-family: "Barlow";
}

.npl-exhibition-record-top-one:hover .npl-collection-eye-button {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
}

.npl-collection-eye-button button:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.npl-exhibition-record-top-one:hover .npl-collection-eye-img {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
}

.npl-collection-eye-img {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
  opacity: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.npl-collection-eye-img img {
  width: 20px;
  height: 20px;
}

.scaleZero {
  transform: scaleY(0);
  transition: transform 0.15s ease-in-out;
}

.scaleOne {
  transform: scaleY(1);
  transition: transform 0.15s ease-in-out;
}

.buttonRight {
  left: -60%;
  right: auto;
  align-items: end;
}
