.web-camera {
    .web-camera-container {
        display: flex;

        .web-camera-box {
            width: 100%;

            .image-container {
                // height: 150px;
                img {
                    max-width: 150px;
                    // height: 150px;

                    // width: 100%;
                }
            }
        }
        .actions {
            display: flex;
            flex-direction: column;
            margin: 0px 10px;
            button {
                width: 100%;
                margin-bottom: 10px;
            }
        }
    }
}
