#popin-choice {
    display: none;
}

#popin-choice-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#popin-choice-btn-container {
    background: url(../assets/popin-choice.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    max-width: 450px;
    aspect-ratio: 373/206;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.upload-choice {
    height: 22%;
    width: auto;
    cursor: pointer;
    pointer-events: auto;
}

#btn-camera {
    background: url(../assets/btn-camera.svg);
    background-repeat: no-repeat;
    aspect-ratio: 302/46;
}

#btn-gallery {
    background: url(../assets/btn-gallery.svg);
    background-repeat: no-repeat;
    aspect-ratio: 199/46;
}