@media screen and (max-width: 1470px) {
}

@media screen and (max-width: 1350px) {
  .social-media {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
  #intro .swiper {
    height: 50%;
  }

  .swiper .swiper-slide img {
    border-radius: 1rem !important;
  }

  .buttons {
    height: unset !important;
    flex-direction: column;
    margin-top: 1rem;
  }

  .buttons .rotate-animation {
    border-radius: 0 !important;
    height: 150px !important;
  }
  
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
    #intro {
        margin-top: 136px;
    }
}
