.apdash-media {
	margin-bottom: 15px;
	label {
		margin-bottom: 10px;
		display: block;
	}
	.apdash-media-actions {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.apdash-single-img {
		.apdash-media-image-parent {
			position: relative;
			display: inline-block;
			min-height: 140px;
			min-width: 140px;
			img {
				margin: 0;
			}
		}
	}
	.apdash-placeholder-image {
		border: 1px dashed #dddd;
		padding: 20px 20px 25px;
		text-align: center;
		background: #ffffff;
		cursor: copy;
		border-radius: 5px;
		div {
			margin: 8px 0px;
			text-align: center;
		}
	}
}