.headerLogo {
	width: 193px;
	height: 52px;
	object-fit: cover;
}

.gallery-item {
	margin: 5px;
	overflow: hidden;
	border-radius: 5px;
}

.gallery-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.modal-dialog {
	max-width: 90%;
}

.modal-content {
	background-color: transparent;
	border: none;
}

.modal-body {
	display: flex;
	justify-content: center;
}
