.pc-floating-gallery .pc-string-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
.pc-floating-gallery .pc-string-container .pc-string-image {
  width: 100%;
  background-image: url(../../images/string.webp);
  background-position: 50%;
  background-repeat: no-repeat;
}
.pc-floating-gallery .pc-gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}
.pc-floating-gallery .pc-gallery-grid .pc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 13.5rem;
}
.pc-floating-gallery .pc-gallery-grid .pc-item .pc-clip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 9%;
  margin-bottom: -1.5rem;
  z-index: 15;
}
.pc-floating-gallery .pc-gallery-grid .pc-item .pc-clip img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
.pc-floating-gallery .pc-gallery-grid .pc-item .pc-image-container {
  width: 100%;
}
.pc-floating-gallery .pc-gallery-grid .pc-item .pc-image-container img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3.35/4;
  border: 8px solid var(--pcWhite);
  border-bottom-width: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(36, 22, 7, 0.1294117647), 0 3px 12px rgba(71, 56, 2, 0.1411764706);
          box-shadow: 0 1px 4px rgba(36, 22, 7, 0.1294117647), 0 3px 12px rgba(71, 56, 2, 0.1411764706);
  z-index: 4;
}

@media only screen and (min-width: 1025px) {
  .pc-floating-gallery .pc-string-container {
    margin-bottom: -85px;
  }
  .pc-floating-gallery .pc-string-container .pc-string-image {
    height: 175px;
    background-size: 3094px;
  }
}
@media only screen and (min-width: 580px) {
  .pc-floating-gallery .pc-string-container:not(:first-child) {
    display: none;
  }
  .pc-floating-gallery .pc-gallery-grid {
    max-width: 95%;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(1) {
    margin-top: -50px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(2) {
    margin-top: -10px;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(3) {
    margin-top: 0;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(4) {
    margin-top: 0;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(5) {
    margin-top: -35px;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@media only screen and (min-width: 580px) and (max-width: 1024px) {
  .pc-floating-gallery .pc-string-container {
    margin-bottom: -85px;
  }
  .pc-floating-gallery .pc-string-container .pc-string-image {
    height: 125px;
    background-size: 2000px;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(1) {
    margin-top: 0px;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(2) {
    margin-top: 20px;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(3) {
    margin-top: 30px;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(4) {
    margin-top: 27px;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(5) {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 579px) {
  .pc-floating-gallery .pc-string-container {
    position: absolute;
  }
  .pc-floating-gallery .pc-string-container:nth-child(1) {
    inset: -40px 0% auto 0%;
  }
  .pc-floating-gallery .pc-string-container:nth-child(2) {
    inset: 260px 0% auto 0%;
  }
  .pc-floating-gallery .pc-string-container:nth-child(3) {
    inset: auto 0% 205px 0%;
  }
  .pc-floating-gallery .pc-string-container .pc-string-image {
    background-size: 1440px;
    height: 100px;
  }
  .pc-floating-gallery .pc-gallery-grid {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(2) {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(3) {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(4) {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .pc-floating-gallery .pc-gallery-grid .pc-item:nth-child(5) {
    grid-column: 1/-1;
    max-width: 45%;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}