img.screen_img {
    max-height: 60vh;
    max-width: calc(100vw - 10px);

    border-radius: 10px;
    border: 5px solid var(--background-dark);
}

.screen_img_camera {
    /* position: absolute;
    background-color: var(--background-dark);

    width: 15vw;
    height: 2vh;

    border-radius: 10px;

    margin-top: 15px;
    left: 50%;

    transform: translate(-50%, 0); */
    display: none;
}