#live-area-container {display: flex;height: 100vh;flex-direction: column;background-color: var(--color-grey-smoke);flex: 1;min-width: 19rem;}#live-feed-wrapper {display: flex;justify-content: center;min-width: 392px;height: fit-content;max-width: 1000px;background-color: var(--color-grey-smoke);padding: 24px 24px 16px;}#incident-log-wrapper {display: flex;justify-content: center;min-width: 392px;background-color: var(--color-grey-smoke);height: 100%;overflow-y: hidden;padding: 0px 24px 24px;}#incident-log-wrapper::-webkit-scrollbar {display: none;}#focused-live-feed {--suspicion-frame-width: 0.33333%;}.incident-log {margin-right: auto;--incident-log-max-height: 100%;--incident-area-min-height: unset;max-width: 1000px;--incident-area-height: 100%;--incident-log-height: 100%;}.live-feed {margin-right: auto;--large-display-width: 22em;}