/*-- scss:rules --*/

.reveal .slides section.paper {
  width: 92%;
  height: 86% !important;
  max-height: 86% !important;
  left: 4% !important;
  top: 6% !important;
  border-radius: 4px;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fdfcfa;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.03'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 8px 24px rgba(0, 0, 0, 0.15),
    0 16px 48px rgba(0, 0, 0, 0.1);
}

.reveal .slides section.paper.paperless {
  width: 100%;
  height: 100% !important;
  max-height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
