html::after {
  background-position: right -120px bottom -350px;
  background-size: 700px 700px;
}

body {
    padding: 0;
    font-size: 100%;            
}

.grid {
    margin: 0 auto;
    width: 100%
}

.grid.content {
    padding-bottom: 10px;
}

.row.content {
  padding: 20px;
}

img.imageleft,
img.imageright {
    width: 50%;
}

img.imageleft {
    margin-right: 10px;
}

img.imageright {
    margin-left: 10px;
}

.logo {
  width: 100px;
  height: 100px;
  margin: 0;
}

  .topStrip {
    top: -24px;
  }

  .topStripRight {
    top: -24px;
  }

  .topStripRight::after {
    top: 0px;
  }

  .topLeftScale {
    top: -24px;
    left: -15px;
  }

  .topLeftStrip {
    top: 15px;
    left: -15px;
  }


@media screen and (orientation:landscape) and (min-device-width: 375px) {
    body, .grid .content, .content p {
        font-size: .9em;
    }
}

.footer {
    text-align: center;
}

.footer .col {
    margin-bottom: 10px;
}

