.imageSchoolCollage {
  background: url("../img/scimage-min.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  image-resolution: from-image 300dpi;
}

.imageSchoolCollage1 {
  background: url("../../assets/images/2148950575.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  image-resolution: from-image 300dpi;
}

@media (max-width: 897px) {
  .imageSchoolCollage {
    display: none !important;
  }
  .imageSchoolCollage1 {
    display: none !important;
  }
}
