	
.single-work {
/*	margin-bottom: 30px;*/
	position: relative;
	text-align: center;
	height: -webkit-fill-available;
}

.single-work:before {
	content: "";
	top: 0;
	background: #222;
}

.single-work:before {
	position: absolute;
	left: 0;
	opacity: 0;
	right: 0;

	bottom: 0;
	visibility: hidden;
	transition: 0.5s;
}

.single-work .popup-btn {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #444;
	background-color: #444;
	transition: 0.5s;
}

.single-work .popup-btn:hover {
	background: #d32d2a;
	border-color: #d32d2a;
}

.single-work:hover:before {
	margin: 10px;
	opacity: 0.5;
	visibility: visible;
}

.single-work:hover .popup-btn {
	top: 35px;
	opacity: 1;
	visibility: visible;
}

/*! CSS Used from: Embedded */
.image-preview {
	width: 100%;
	z-index: 0 !important;
	object-fit: cover;
}

.imageAreaDom{
	width: 100%;
	max-width: 500px;
	height: 100%;
	display: inline-block;
}

.uploader {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	/*  background-color: rgba(0, 0, 0, 0.02);*/
	cursor: pointer;
	display: flex;
	height: -webkit-fill-available;
	justify-content: center;
	outline: 3px dashed #ccc;
	outline-offset: 3px;
	outline-color: rgb(204, 204, 204);
	position: relative;
	transition: all 0.1s ease-in;
}

.uploader img {

	pointer-events: none;
	left: 50%;
	opacity: 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease-in;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.uploader img.loaded {
	opacity: 1;
}

.btn-trash {
	top: 15px !important;
	right: 15px !important;
	cursor: pointer;
}

.uploader .fa-upload {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.5);
}


.customSpinner {
	font-size: 100px;
	position: absolute;
	z-index: 99;
	display: none;
}

.color-purple {
	color: #673ab7;
}

.color-red {
	color: #d93025;
}

.uploader[type='uploading'] img.loaded,
.uploader[type='error'] img.loaded {
	opacity: 0.6;
}

.uploader[type='uploading'] .uploadIcon {
	display: none;
}

.uploader[type='uploading'] .uploadingSpinner {
	display: block;
}

.uploader[type='error'] .uploadError {
	display: block;
}

@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: max-content !important;
	}
}

.removeImageDom{
	position: absolute;
	top: -10px;
	right: 10px;
}

			.imageDiv{
/*				box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);*/
				border: 1px solid #ddd;
				display: inline-block;
				min-height: 100px;
				object-fit: cover;
				min-width: 200px;
				position: relative;
/*				background-image: url();*/
				/*background-size: cover;
				background-repeat: no-repeat*/;
			}

			.uploadImageBtn_{
				position: absolute;
				margin: auto;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				
			}