.sh .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.sh img,
.sh picture {
  width: auto;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .sh {
    padding-top: 90px;
  }
  .sh.ta-u-sm-c .sh__cnt {
    max-width: 860px;
  }
  .sh + .ts {
    margin-top: 30px;
  }
  .sh--bs {
    padding-bottom: 100px;
    margin-bottom: -54px;
  }
  .sh--bs + .ls {
    padding-top: 0;
  }
  .sh--bs + .ls .lsf {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .sh {
    padding-top: 80px;
  }
  .sh + .ts {
    margin-top: 15px;
  }
}
