.uwp_input {
    opacity: 0;
    width: 0px;
    position: absolute;
}

img[uwp] {
    max-height: 6rem;
    min-height: 6rem;
    padding: 0.5rem;
    border: 0.1rem solid black;
    background: #f9f9f9;
    border-radius: 0.5rem;
    cursor: pointer;
}