@import "../template.css";
.page-predplatne .section-wide {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-predplatne .predpl-title {
  margin-bottom: 4rem;
}
.page-predplatne .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-predplatne .image-wrapper .componentImageWrapper {
  position: static;
}
.page-predplatne .image-wrapper img {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
