.photoBox {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    position: absolute;
    text-align: center;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photoBox .inputFile {
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    opacity: 0;
}
