.image-container {
    position: relative;
    width: max-content;
    left: -490px;
}

.image-back {
    position: absolute;
    width: 980px; /* or the width you want */
    height: auto;
}

.image-front {
    position: absolute;
    width: 82px; /* or the width you want */
    height: auto;
    left: 10px;
    top: 1px;
    opacity: 0.7;
    border: 3px solid transparent;
    border-radius: 20px;
}

.image-front:hover {
    opacity: 1;
    border: 3px solid #b1ddab;
}

.image-sourceforge {
    position: absolute;
    width: 100px; /* or the width you want */
    height: auto;
    left: 100px;
    top: 1px;
    opacity: 0.7;
    border: 3px solid transparent;
    border-radius: 20px;
}
.image-sourceforge:hover {
    opacity: 1;
    border: 3px solid #b1ddab;
}

.image-svg-inline {
    vertical-align: middle;
}
 
.image-bmp-inline {
    vertical-align: middle;
}
 
.imgCaption {
  font-size: xx-small;
}