.hover-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mortimei {
    max-width: 50vw;
    max-height: 60vh;
}

.mortimei:hover {
    opacity: 0.5;
    cursor: pointer;
}

.media-wrappper {
    display: flex;
    position: relative;
}

.third-width {
    max-width: 33%;
}