
    body {
      overflow-x: hidden;
    }

    .last {
      position: absolute;
      width: 100vw;
      bottom: 0;
      padding: 1rem 25px;
      text-align: right;
      letter-spacing: 2px;
      background: #000
    }

    .last img {
      max-width: 30px;
      height: auto;
      margin-left: 6px;
      display: inline-block;
      vertical-align: middle;
      padding: .5rem 0
    }

    .va-content {
      overflow-y: auto;
      padding-bottom: 200px;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .va-content::-webkit-scrollbar {
      display: none;
    }

    .col,
    .gal {
      padding: 25px;
    }

    .col p {
      font-size: 1rem;
      line-height: 1.5;
      filter: brightness(1.3)
    }

    .gallery h2 {
      font-size: 1rem;
    }

    .gallery h2 a {
      display: block;
      filter: brightness(1.3);
      padding-bottom: 20px
    }

    @media screen and (max-width: 500px) {
      .va-title {
        font-size: 2rem;
        letter-spacing: -1px
      }

      .last .ico {
        display: block;
      }
    }