html, *::before, *::after {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  margin: 0;
}

.hero-section {
  height: 100vh;
}

#slideshow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-height: 100%;
}

.slider-content{
  margin: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10vw;
  color: #fff;
  background: #00000078;
}