.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 100;
}
.loader img{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper {
  padding: 40px 0;
}

.slider {
  width: 80%;
  /* default width*/
  height: 550px;
  /*default height*/
  margin: auto; max-height: 75vh; display:none
}
.slider__wrapper {
  height: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-left: 0;
  box-shadow: 0px 0px 28px #333;
  background-color: #111;
  width: 100%;
  margin: auto;
}
.slider__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.slider__box {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.slider__info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}
.slider__title, .slider__text {
  padding: 5px;
}
.slider__title {
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
  margin-top: -999px;
  font-size: 76px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.slider__text {
  display: flex;
  align-items: center;
  width: 60%;
  text-align: center;
  line-height: 22px;
}
.slider__link {
  display: block;
  padding: 15px 30px;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 22px;
  background-color: #09C;
  opacity: 0;
  margin-top: 40px;
  display: block;
  font-size: 32px;
  text-transform: uppercase;
}
.sliderr__link:hover {
  color: #eee;
}
.slider__text--wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: inherit;
  -webkit-flex-direction: inherit;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 50px 10px;
  margin-top: 20px;
  background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(left, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), transparent);
  margin-left: 3999px;
}
.slider__tracker {
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  position: relative;
  height: auto;
  left: 0px;
  bottom: -6px;
  width: 100%;
  margin: auto;
}

.trackers {
  display: inline-block;
  background-color: #242424;
  width: 100%;
  height: 5px;
}

@media (max-width: 1366px) {
  .slider__title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .slider {
    width: 90%;
  }
  .slider__title {
    font-size: 22px;
  }
  .slider__text--wrapper{
     padding: 10px 5px;
  }
  .slider__text {
    width: 90%;
    font-size: 13px;
  }
  .slider__link {
    margin-top: 20px;
    font-size: 18px;
  }
}

@media (max-height: 360px) {
  .slider {
    max-height: 100vh;
  }
}
