body {
	margin: 0;
	padding: 0;	
}

.map {
	width: 100%;
	height: 100vh;
}

.popup {
	position: absolute;
	top: 3rem;
	right: 1rem;
	width: 25vw;
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: auto;
	background: white;
	border-radius: 10px;
	color: gray;
	padding: 8px;
}

.fs-24 {
    font-size: 24px;
}

.carousel-picture-container {
    height: 300px;
    object-fit: cover;
}

.video-dimension {
    max-height: 300px;
    object-fit: cover;
}

.w-0 {
    width: 0 !important;
}

a:hover{
    cursor: pointer;
}

.logo-banner {
	position: absolute;
	top: 1rem;
	left: 1.5rem;
	z-index: 2000;
	
}

.logo-img {
	width: 15vw;
}
