			#crop-buttons {
            text-align: center;
            position: absolute;
            top: 10px; /* Adjust top position as needed */
            left: 50%; /* Center the buttons horizontally within the container */
            transform: translateX(-50%); /* Center horizontally */
            display: none;
            z-index: 1000;
			width:200px;
			}
			
			#cropping-container {
            width: 100%;
            height: 1000px; /* Set the initial height of the cropping container */
            
            position: relative;
			}
			
			
			#dynamicImage {
			max-width: 100%;
			max-height: 100%;
			display: block;
			}
			
			
			#crop-buttons button {
			margin: 0 0px;
			}
			.cropper-point{
			padding:5px;
			}