/*-- Slides Storage 240820 MRU --*/


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

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

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

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

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

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


