html { height: 100%; width: 100%; }
body { height: 100%; width: 100%; margin: 0px; display: flex; flex-wrap: wrap; justify-content: space-evenly; }
img-wrapper { display: inline-flex; position: relative; margin: 15px 0px; height: calc(100% - 6px); }
img-wrapper::before { content: attr(title); bottom: -22px; position: absolute; right: 1px; display: inline-flex; background-color: rgb(255, 255, 255); font-size: 18px; }
img { height: 100%; }
