/* Text Elements */

p.paragraph.paragraph-1 {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}

/* Layout Elements */

body.body-1 {
  text-align: center;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

div.responsive-picture.picture-2 {
  min-width: 100%;
  min-height: auto;
  width: 320px;
  height: 180px;
}

div.responsive-picture.picture-2 > picture {
  height: 180px;
}

a.responsive-picture.picture-link-1 {
  display: inline;
  width: 728px;
  height: 90px;

  justify-self: auto;
}

a.responsive-picture.picture-link-1 > picture {
  height: 90px;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.html-element.html-element-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}