 
  
     .feeis-wheel    { width:100%; left:50%; bottom:0}
     svg             { width:150px; height:auto; position:absolute;}

     .seat-top      { fill: #FCF4C6;  opacity: 0.7; }


     /* ==========================================================================
         Media Style
     ============================================================================= */
     @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
      .feeis-wheel    { left:80%;}
 
     }