figure.homelab {
    width: 35%;
    float: right;
    margin-left: 3em;
    margin-top: 3em;
    margin-bottom: 1.5em;
    min-width: 200px;
    transition: 100ms ease-out;
}
    
figcaption.homelab {
    color: lightgray;
    font-style: italic;
    text-align: center;
}
    
img.homelab {
    width: 100%;
    margin-right: 3em;
}

ul.homelab {
  overflow: auto;
  margin-left: 1.5em;
  margin-top: 1.5em;
  padding-bottom: 3em;
  list-style-type: square;
}