| 2537 | @media screen and (min-width: 320px) and (max-width: 568px) { |
| 2538 | .imgedit-crop.disabled { |
| 2539 | display: none; |
| 2540 | } |
| 2541 | |
| 2542 | .imgedit-crop-wrap img{ |
| 2543 | width: 100%; |
| 2544 | } |
| 2545 | |
| 2546 | .media-modal .imgedit-wrap .imgedit-panel-content, |
| 2547 | .media-modal .imgedit-wrap .imgedit-settings { |
| 2548 | position: initial !important; |
| 2549 | } |
| 2550 | |
| 2551 | .media-modal .imgedit-wrap .imgedit-settings { |
| 2552 | -webkit-box-sizing: border-box; |
| 2553 | -moz-box-sizing: border-box; |
| 2554 | box-sizing: border-box; |
| 2555 | width: 100% !important; |
| 2556 | } |
| 2557 | |
| 2558 | .imgedit-crop { |
| 2559 | display: none; |
| 2560 | } |
| 2561 | } |
| 2562 | |