.e-image-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.e-image-box .image,
.e-image-box .image img {
    position: relative;
    padding: 0;
    margin: 0;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    width: 100%;
    height: 100%;
}

.e-image-box .cover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}