Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
.scale { transform: scale3d(50%, 100%, 150%); }
converts to
.scale { transform: scale3d(.5,1,1.5); }