.tribute-image-multi-image {
    display: block;
    max-width: 100%;
    max-height: 105px;
}

.tribute-image-multi-container {
    margin: 0 0 15px 0;
}

.tribute-image-multi-image-wrapper {
    display: inline-block;
    position: relative;
    cursor: pointer;
    max-width: 24%;
}

.tribute-image-multi-moreimages {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    font-weight:  bold;
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

.tribute-image-multi-moreimages-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
