body, html { padding: 0; margin: 0; background: #EEE; }

.grid { position: absolute; left: 20px; right: 20px; top:20px; bottom:20px; }
.widget {
    background: #FFF;
    perspective: 1400px;
    border-radius: 5px;
    position: absolute;
    transition: all 200ms;
    transform-origin: 50% 50%;
    transform: translate3d(0,0,0);
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
}

