.bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-0 {
  background-image: url("../content/images/00_about_us.webp");
  min-height: 40rem;
  width:100%;
}

.bgimg-1 {
    background-image: url("../content/images/01_camera.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-2 {
    background-image: url("../content/images/01_fire_alarm.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-3 {
    background-image: url("../content/images/01_intellect_3b.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-4 {
    background-image: url("../content/images/02_telecommunication.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-5 {
    background-image: url("../content/images/03_telemetry.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-6 {
    background-image: url("../content/images/04_eco_2b.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-7 {
    background-image: url("../content/images/05_partners.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-8 {
    background-image: url("../content/images/06_jobs_2.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-9 {
    background-image: url("../content/images/07_eu.webp");
    min-height: 40rem;
    width: 100%;
}

.bgimg-10 {
    background-image: url("../content/images/08_contact.webp");
    min-height: 40rem;
    width: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}