/* [styles for portrait orientation] */
/* Show the portriat SVG inline via Partials when the orientation is portrait */

   @media (orientation: portrait) {

   #kwiknip-portrait-ui {
      display: block;
      width: 100vw;
      height: 100vh;
      background-color: rgb(60, 59, 59);
   }

   /* BoxySVG CSS white-space pre override */
   #kwiknip-portrait-ui text {
      white-space: normal !important;
   }
}
