.figure-title {
  font-size: 13pt;
  margin-bottom: 5px;
}

.figure-footer {
  font-size: 13pt;
  margin-bottom: 5px;
}

td.legend{
  line-height: 1.1;
  border-radius: 5px;
  width: 25%;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  box-shadow: 0.15em 0.15em  0.15em  rgba( 0.2117, 0.2627, 0.3098, 0.4 );
}

.zoom-icon {
  height: 20px;
  width: 20px;
  margin-bottom: -5px;
}

.dv-title {
  font-size: 14pt;
  font-weight: bold;
}
.dv-size {
  position: relative;
  top: -20px;
  width: 100%;
  aspect-ratio: 2253/2794;
}

.dv-container2 {
  position: relative;
  margin-left: calc( (100% - 100vw) / 2  );
  padding-left: calc( (100vw - 100%) / 2  );
  height: 100%;
  width: calc(100vw - 10px) ;
  overflow: hidden;
}

.tile1 {
  position: relative;
  float: center;
  height: 100%;
  aspect-ratio: 2253/2794;
  padding: 20px;
}

.photo {
  position: relative;
  z-index: 1000;
  height:100%; 
  width:100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  transition: transform .5s ease-out, transform-origin .1s ease-out;
}

.legend {
  width:100%;
  object-fit: cover;
  margin-top: -20px;
}

