.university-container {
  width: 100%;
  height: 100%;
}

.university-container .vision-wrapper {
  width: 100%;
  height: 100%;
}

.university-container .vision {
  background-image: url(../images/vision-1.png);
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

.university-container .vision .row {
  height: 100%;
  width: 100%;
}

.university-container .vision .vision-images {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.university-container .vision .vision-images img {
  width: 65%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
/*# sourceMappingURL=vision.css.map */