/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */

.dropzone .dz-preview-single .dz-preview-img {
    -o-object-fit: contain;
    object-fit: contain;
	opacity: 0.5;
}
.dropzone .dz-preview .dz-progress {
	border: none;
	bottom: -10px;
    left: -15px;
	transform: none !important;
}
.navbar-top + .content {
    min-height: calc(99.5vh - var(--falcon-top-nav-height));
}