body {
    background-color: #ededec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
}

.artefact {
    position: absolute;
    overflow: hidden;
    height: auto;
    z-index: 1;
    object-fit: cover;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 12%;
}

.case {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}