img {
  pointer-events: none;
}

.grid-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 360px;
  min-width: 200px;
}

#of_dmnote
{
  display:none;
}

.pswp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 340x;
  grid-gap: 10px;
}

.pswp-gallery .pswp-gallery__item {
  padding: 0;
  grid-row: span 1;
}

.pswp-gallery .pswp-gallery__item:first-child {
  grid-row: span 1;
}

.pswp__custom-caption {
    opacity: 0.75 !important;
    background-color: #9c9a9b;
    font-size: 16px;
    color: #fff;
    width: calc(50% - 32px);
    max-width: 400px;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    text-align: center;
    justify-content: center;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display:none;
}
.pswp__button--onlyfans-button {
  border-radius: 4px;
  position:relative;
  left:50%;
  transform: translateX(-50%);
  margin-top: 10px;
  font-size:12px;
  color: #ffffff;
  width:275px;
  height:30px;
  line-height:0;
  background-color: #00AEEF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pswp__button--onlyfans-button a{
  display:block;
  text-decoration:none;
  font-size:12px;
  color: #ffffff;
}
.pswp__button--onlyfans-button:hover,
.pswp__button--onlyfans-button:focus {
  filter: brightness(90%);
  background-color: #00AEEF;
}