.directiontext {
   left:130px !Important;
   }
   
@media (max-width: 767px) {
    
   .directiontext {
   left:0px !important;
   }
    }

label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#upload-demo{
	width: 250px;
	height: 250px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
    visibility: hidden;
}
.main-sizer{
    position: absolute;
z-index: 1000;
width: 400px;
top: 122px;
}

/* this is where to edit the uploader size */
figure img{
    border-radius:0% !important;
min-width: 700px !important;
max-width: 700px !important;
min-height: 700px !important;
max-height: 700px !important;
}

    @media (max-width: 800px) {
         .newslogo {
            top: 10px !important;
        }
        
        .newslogogrand {
            top: 620px !important;
        }
        
        .newstitlegrand{
            top: 55px !important;
        }
    }
    
@media (max-width: 767px) {
    
    /* This is where to edit the Mobile Size of the Canvas */
    .peopleuploader {
   margin-left: 35px !important;
/* margin-top: -85px !important; */
margin-top: -140px !important;
    }
    
   /* figure img {
    border-radius: 100% !important;
    min-width: 170px !important;
    max-width: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
} */
    
    figure img{
    border-radius: 0% !important;
min-width: 700px !important;
max-width: 700px !important;
min-height: 700px !important;
max-height: 700px !important;
        
}
    
    .main-sizer {
    position: absolute;
    z-index: 1000;
    width: 350px;
        top: 140px;
left: -35px;
}
    .img-upload {
     /* width: 100% !important;
      height: 100% !important; */
      width: 700px !important;
      height: 700px !important;

}
    
}