Page 497 - 2
P. 497

.region.fullscreen * {
              pointer-events: auto;
            }


            .region.right {
              right: 0;
            }


            .region.top {
              top: 0;
            }


            .region.top .container {
              margin-bottom: 25px;
            }


            .region.top .container:empty {
              margin-bottom: 0;
            }


            .region.top.center,
            .region.bottom.center {
              left: 50%;
              -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
            }


            .region.top.right,
            .region.top.left,
            .region.top.center {
              top: 100%;
            }


            .region.bottom {
              bottom: 0;
            }


            .region.bottom .container {
              margin-top: 25px;
            }


            .region.bottom .container:empty {


                                                         - 497 -
   492   493   494   495   496   497   498   499   500   501   502