@charset "UTF-8";

.slide:first-child {
  background: url(../img/banner1.jpeg) no-repeat center top/cover;
}

.slide:nth-child(2) {
  background: url(../img/banner2.jpeg) no-repeat center top/cover;
}

.slide:nth-child(3) {
  background: url(../img/banner3.jpeg) no-repeat center top/cover;
}

.slide:nth-child(4) {
  background: url(../images/banner4.jpg) no-repeat center top/cover;
}

/* button with content section */
.w3-midhny-sec {
  background: url(../img/banner2.jpeg) no-repeat top;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
  border-radius: var(--border-radius);
}