.gallery_toggle {
    display: block;
    margin-left: -10px;
    margin-left: -0.625rem;
    padding: 10px;
    padding: 0.625rem;
    pointer-events: auto;
  } 
  @media (min-width: 350px) {
    .gallery_toggle {
      position: absolute;
      right: 0;
      bottom: 30px;
    }
  }
  @media (min-width:980px) {
    .gallery_toggle {
      position: static;
      background: #fff;
      border: 1px solid #0173bf;
      border: 0.0625rem solid #0173bf;
      border-radius: 500px;
      border-radius: 31.25rem;
      color: #002f86;
      display: inline-block;
      margin: 0;
      padding: 10px 30px;
      padding: 0.625rem 1.875rem;
      transform: translate3d(0, 0, 0);
      transition: background-color 0.25s, color 0.25s, transform 0.35s;
    }
  }
  @media (min-width:980px) {
    .gallery_toggle:hover, .gallery_toggle:focus {
      background-color: #0173bf;
      color: #fff;
    }
  }
  @media (min-width:980px) {
    .feature.rolling .gallery_toggle {
      transform: translate3d(0, 160px, 0);
      transition: transform 0.35s;
    }
  }
  
  .gallery_toggle_inner {
    display: block;
  }
  @media (min-width:980px) {
    .gallery_toggle_inner {
      align-items: center;
      display: flex;
      flex-direction: row-reverse;
    }
  }
  
  .gallery_toggle_label {
    font-family: "Mallory Compact Medium", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
  }
  @media (max-width:979px) {
    .gallery_toggle_label {
      width: 1px;
      width: 0.0625rem;
      height: 1px;
      height: 0.0625rem;
      position: absolute;
      border: 0;
      clip: rect(0 0 0 0);
      margin: -1px;
      margin: -0.0625rem;
      overflow: hidden;
      padding: 0;
    }
    .gallery_toggle_label.focusable:active, .gallery_toggle_label.focusable:focus {
      width: auto;
      height: auto;
      position: static;
      clip: auto;
      margin: 0;
      overflow: visible;
    }
  }
  
  .gallery_toggle_icon {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    position: relative;
    background-color: #fff;
    border: 1px solid #3fb3ff;
    border: 0.0625rem solid #3fb3ff;
    border-radius: 50%;
    color: #002f86;
    display: block;
    transition: background-color 0.25s, color 0.25s;
  }
  @media (min-width:980px) {
    .gallery_toggle_icon {
      margin-right: 10px;
      margin-right: 0.625rem;
    }
  }
  .gallery_toggle:hover .gallery_toggle_icon, .gallery_toggle:focus .gallery_toggle_icon {
    background-color: #0173bf;
    color: #fff;
  }
  @media (min-width:980px) {
    .gallery_toggle:hover .gallery_toggle_icon, .gallery_toggle:focus .gallery_toggle_icon {
      background-color: #fff;
      color: #002f86;
    }
  }
  .gallery_toggle_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
    left: calc(50% + 3px);
  }
  
  .gallery_toggle_icon_space {
    display: none;
  }