/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/blocks/main-slider/main-slider.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  margin: 0;
  padding: 0;
}

.majhacollective-slider-full {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.majhacollective-slider-full .swiper {
  width: 100%;
  height: 100%;
}
.majhacollective-slider-full .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.majhacollective-slider-full .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.majhacollective-slider-full .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.majhacollective-slider-full .slide-content {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  z-index: 10;
  color: #fff;
  max-width: 45%;
}
.majhacollective-slider-full .slide-content p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.swiper {
  width: 600px;
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .majhacollective-slider-full {
    height: auto;
  }
}

/*# sourceMappingURL=main-slider.css.map*/