/* Legacy content wrapper styles for migrated exhibit */
.legacy-content {
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  background-color: #000000;
}
.rimg {
  position: relative;
}
.legacy-content .restitle,
.legacy-content .ressub {
  position: absolute;
  border: none;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}
.legacy-content .restitle {
  top: -33px;
  left: 4px;
}
.legacy-content .ressub {
  top: 54px;
  left: 39px;
}
.resourcepage {
  margin-top: 100px;
}
