.presentation {
  position: relative; }
  .presentation svg.canvas {
    max-width: 100%;
    height: auto;
    display: block; }
  .presentation .items {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .presentation .items li {
      position: absolute;
      overflow: hidden;
      padding: 0px;
      margin: 0px;
      width: 100%;
      height: 100%; }
      .presentation .items li .content {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        .presentation .items li .content a, .presentation .items li .content .no-link {
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: 50% 50%; }
        .presentation .items li .content .label {
          position: absolute; }
  .presentation .switcher {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .presentation .switcher .header {
      display: none; }
    .presentation .switcher .description {
      display: none; }

/*# sourceMappingURL=styles.css.map */
