body main {
  /*
    .component.multi-image .multi-image {
        .component.image {
            left: auto;
            right: auto;
        }
        &:first-child .component.image {
            left: -10%;
        }
        &:last-child .component.image {
            right: -10%;
        }
    }
    */
}
@media (max-width: 767px) {
  body main .component.title {
    padding: 0 30px;
  }
}
body main .component.title h1 {
  margin-top: 30px !important;
  line-height: 1.2;
}
body main .component.title h2 {
  margin-left: 0 !important;
  line-height: 1.2;
}
@media (max-width: 767px) {
  body main .component.text {
    padding: 0 30px;
  }
}
body main .image .component.image {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  body main .image .component.image {
    width: 120%;
    max-width: 1200px;
    position: relative;
    left: -10%;
  }
  body main .image .component.image img {
    width: 100%;
  }
  body main .image .component.image .caption {
    width: 83.333%;
    margin: 0 auto;
  }
}
.component.breadcrumbs {
  display: none;
}

@media print {
  .component.newslist {
    display: none;
  }
}

