.result {
    position: relative;
    color: gray;
    background-color: white;
    text-align: left;
}

.result img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}