 #framer
    {
     border: solid 1px black;
     position: relative;
     display: inline-block;
     font-size: 0px;
    }
    
   #setframe
    {
     position: absolute !important;
     width: 100%;
     height: 100%;
     border: solid 1px red;
     z-index: 1;
     cursor: grab;
    }
    
   img
    {
     margin: 0px;
     padding: 0px;
    } 
   
   @media(max-width: 70rem) 
    {
      img
       {
        max-width: 100%;
        height: auto !important;
       }
    }

   #target
    {
     border: solid 1px;
    } 
    
  .ui-resizable-handle 
   {
     background-color:rgba(150,150,150,0.45);
   } 