/*-- Slides Buildings 240820 MRU --*/


.slide-buildings-00 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/slide-buildings-00.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.slide-buildings-01 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url(../img/slide-buildings-01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.slide-buildings-02 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url(../img/slide-buildings-02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.slide-buildings-03 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url(../img/slide-buildings-03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.slide-buildings-04 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url(../img/slide-buildings-04.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }

.slide-buildings-05 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), 
    url(../img/slide-buildings-05.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }


