lottie-player {
  margin-top: -400px;
}
@media only screen and (max-width: 1637px) {
  lottie-player {
    margin-top: -300px;
  }
}
@media only screen and (max-width: 1279px) {
  lottie-player {
    margin-top: -260px;
  }
}
@media only screen and (max-width: 1137px) {
  lottie-player {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 977px) {
  lottie-player {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 857px) {
  lottie-player {
    margin-top: -140px;
  }
}
@media only screen and (max-width: 768px) {
  lottie-player {
    margin-top: -100px;
  }
}
/*@media screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1){
  lottie-player {
    margin-top: -250px;
  }
  .bio__tabs  {
    video {
      max-width: 100%;
      margin: 0 auto;
    }
  }
  .bio__tabs-content {
    min-height: 684px;
    height: 100%;
    .bio__tabs-content-inner {
      .bio__tabs-content--top-text {
        padding-top: 30px;
        h3 {
              font-size: 26px;
              margin-bottom: 5px;
        }
        h2 {
              font-size: 40px;
              margin-bottom: 10px;
        }
      }
    }
    
    &.accordion-content--one {
      h2 {
         margin-bottom: 20px;
      }
    }
  }
  .bio__tabs-content-2 {
    .bio__tabs-content-inner {
      padding: 0 15px 15px 15px;
    }
    .under-threat-blocks {
     
    }
  }
  .bio__tabs-content-3  {
    .content {
      .content-inner {
        p:nth-child(1) {
          margin-bottom: 10px;
        }
      }
    }
    .our-future {
      .blocks {
        .block-item {
          img {
              width: 50%;
          }
        }
      }
    }
  }
  .page-biodiversity {
    .bio__protecting-block {
      margin-bottom: 0;
      margin-top: 30px;
      .bio__protecting-block--right {
        img {
              width: 90%;
        }
      }
      .bio__protecting-block--left  {
        h1 {
          font-size: 30px;
          margin-bottom: 20px;
        }
        p {
          margin-bottom: 10px;
        }

      }
    }
    .bio-president__block {
      .bio-president__left {
        .bio-preisdent__artwork {
          img {
            width: 162px;
            height: 162px;
          }
        }
      }
    }
  }
}
*/
@media only screen and (max-width: 600px) {
  lottie-player {
    margin-top: 0;
  }
}
