body {
  margin: 0;
  background-image: url('images/museumbg.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #2b2b2b;
  font-family: 'EB Garamond', serif;
}



.parent {
    position: fixed;
    /*border: 2px solid black;*/
    
    width: 500px;
    height: 500px;
    top: 40px;
    right: 10px;
    z-index: 10;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    overflow: hidden;
  }
  
.child {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    padding: 0px;
    position: absolute;
    
  top: 50%;
  right: 0%;
  width: 100%; /* Adjust as needed */
  height: 100%;
    
}
  
  
  
.gallery {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 40px;
}
.intro {
  text-align: center;
  margin-bottom: 120px;
}
.intro h1 {
  font-family: 'IM Fell English', serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.intro p {
  font-style: italic;
  opacity: 0.75;
}
.shelf {
  position: relative;
  margin-bottom: 140px;
  padding-bottom: 40px;
  border-bottom: 3px solid rgba(0,0,0,0.4);
}

img.shadow-filter {
  filter: drop-shadow(0px 6px 10px #000);
}

.relic {
  max-width: 260px;
  margin-bottom: 60px;
}

.relic img {
  width: 100%;
  display: block;
  border: 3px solid rgba(0,0,0,0.5);
}

.relic figcaption {
  margin-top: 12px;
  font-size: 0.95rem;
}
.relic span {
  display: block;
  font-size: 0.85rem;
  opacity: 0.6;
}
/* gentle irregularity */
.offset {
  margin-left: 500px;
}

