  .textLogo {
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: 600;  
   }
  
  /* Slide 132 (#2) */
  .mapboxgl-control-container {
    display: none;
  }
  .mapboxgl-canvas {
    display: block;
  }
  .map-wrapper {
    display: table-cell;
      /* width: 100%; */
    height: 100%;
    position: relative;
  }
  .canvas-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 1023px) {
    .map-wrapper {
      padding: 25vh 0;
    }
    .location-block {
      min-height: 50vh;
    }
  }
  
  a.box-98{
    width:380px;
  }

  a.box-98:active, a.box-98:focus {
    outline: none;
  }

  a.box-98:hover {
    opacity: 1;
  }

  .thumbnail-98 img {
      width: 100%;
      height: 100%;
      border-radius: 6px;
  }

  .title-slide-98 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
  }

  .subtitle-slide-98 {
    position: absolute;
    width: 70%;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
  }

  .blackout-98 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: none;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
  }