.beats-mother-nature {
  max-height: 100vh;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}
.beats-mother-nature__wrapper {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.beats-mother-nature__content {
  position: absolute;
  color: #FFFFFF;
  margin-left: auto;
  right: 84px;
  top: 50%;
  transform: translateY(-50%);
}
.beats-mother-nature__slide img {
  width: 100%;
}
.beats-mother-nature__slide picture {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.beats-mother-nature__slider {
  width: 100%;
}
.beats-mother-nature__title {
  font-family: 'DINCondensed', sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 40px;
  margin-bottom: 28px;
  max-width: 551px;
}
@media (max-width: 1366px) {
  .beats-mother-nature__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .beats-mother-nature__title {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.beats-mother-nature__description {
  font-size: 1.8rem;
  line-height: 36px;
  color: #fff;
  margin-bottom: 25px;
  max-width: 335px;
  transition: color 0.3s linear;
  margin-left: 0;
}
@media (max-width: 1366px) {
  .beats-mother-nature__description {
    font-size: 1.4rem;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .beats-mother-nature__description {
    margin-left: auto;
    margin-right: auto;
  }
}
.beats-mother-nature__description--dark {
  color: #000;
}
.beats-mother-nature__icons-wrapper {
  max-width: 232px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.beats-mother-nature__icon {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  pointer-events: all;
}
.beats-mother-nature__icon:hover,
.beats-mother-nature__icon--active {
  background-position: 0 100%;
}
.beats-mother-nature--ms,
.beats-mother-nature--pg,
.beats-mother-nature--fx {
  margin-bottom: -1px;
}
.beats-mother-nature--ms img,
.beats-mother-nature--pg img,
.beats-mother-nature--fx img {
  backface-visibility: hidden;
}
.beats-mother-nature--pg img {
  width: 110%;
  margin-left: -10%;
}
@media (max-width: 850px) {
  .beats-mother-nature--ms img,
  .beats-mother-nature--fx img {
    margin-left: -8%;
    width: 108%;
  }
  .beats-mother-nature--pg img {
    width: 125%;
    margin-left: -25%;
  }
}
@media (max-width: 768px) {
  .beats-mother-nature {
    max-height: 100%;
  }
  .beats-mother-nature__wrapper {
    height: auto;
  }
  .beats-mother-nature__content {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    transform: none;
  }
  .beats-mother-nature__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .beats-mother-nature__title {
    max-width: 290px;
    text-align: center;
  }
  .beats-mother-nature__title br {
    display: none;
  }
  .beats-mother-nature__description {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
    max-width: 350px;
    line-height: 24px;
  }
  .beats-mother-nature__icons-wrapper {
    max-width: 200px;
    margin-left: 20px;
  }
  .beats-mother-nature__icon {
    width: 55px;
    height: 55px;
  }
  .beats-mother-nature--ms img,
  .beats-mother-nature--pg img,
  .beats-mother-nature--fx img {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .beats-mother-nature__description {
    max-width: 290px;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .beats-mother-nature__icons-wrapper {
    max-width: 170px;
  }
  .beats-mother-nature__icon {
    width: 40px;
    height: 40px;
  }
}
@media (hover: none), (pointer: coarse) {
  .beats-mother-nature__icon:hover {
    background-position: 0 0;
  }
  .beats-mother-nature__icon--active:hover {
    background-position: 0 100%;
  }
}
