#cropper-modal .modal-title img {
	width: 125px;
	height: 40px;
	margin-right: 1rem;
	object-fit: contain;
	object-position: center;
}
/* croppers */
#cropper-modal .photo-titles {
	height: min-content;
}
#cropper-modal .cropper-col {
	width: 98vw;
	height: 60vh;
}
#cropper-modal .cropper {
	display: block;
	max-width: 100%;
}