.landscape .rectangle {
  width: 300px;
  height: 400px;
}

@media (max-width: 991px) {
  .landscape .rectangle {
    width: 320px !important;
    height: 120px !important;
  }
}

.sensor .rectangle.vertical-rectangle {
  width: 160px;
  height: 350px;
}

.sensor .horizantal-rectangle {
  height: 100%;
  width: 500px;
}

@media (max-width: 767px) {
  .sensor .horizantal-rectangle {
    height: 80px !important;
    width: 200px !important;
  }
}

.voltage {
  border-radius: 35px !important;
}

.voltage.horizantal {
  width: 450px;
  height: 100%;
}

@media (max-width: 991px) {
  .voltage.horizantal {
    width: 280px !important;
    height: 175px !important;
  }
}

.voltage.vertical {
  width: 450px;
  height: 380px;
}

@media (max-width: 991px) {
  .voltage.vertical {
    width: 300px;
    height: 280px;
  }
}

