
body.guest #camera-container {
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100vh;
	width: 100vw;
	background-color: black;
	z-index: 3040;
}

body.guest #camera-container span {
	font-size: 16px;
	color: white;
	background-color: #000000c4;
	padding: 0.5rem;
	border-radius: 50px;
	position: absolute;
	margin-top: 4rem;
	top: 0;
}

body.guest #close-camera {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	color: white !important;
}

body.guest #close-camera:hover {
	color: white !important;
}

body.guest #picture-buttons a.btn {
	border-radius: 16px;
	text-transform: capitalize;
	text-decoration: none !important;
}

body.guest .upload-button {
	text-decoration: none;
}

body.guest #pictureAcquired {
	z-index: 5;
}


@media (min-width: 992px) {
	body.guest #camera-container #pictureAcquired>img {
		width: 50%;
	}
}