
#slide-two {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(1, 9, 10, 0.75),rgba(4, 21, 24, 0.322)),
      url('../img/r4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #slide-one {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 3, 3, 0.75),rgba(2, 12, 14, 0.322)),
      url('../img/r2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .mandate-block{
    height: 90vh;
    background-image: linear-gradient(rgba(0, 3, 3, 0.499),rgba(2, 12, 14, 0.322)),
    url('../img/v.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }