@media (max-device-width: 1456px) {
  .mobile-hide {
    display: none!important;
  }

  .download {
    margin-bottom: 0;
  }

  .floating-nav {
    background: #afafaf;
    width: 30%;
    border-radius: 1vw;
  }

  .floating-nav:active, .floating-nav:hover {
    background: white;
  }

  .floating-nav:active * {
    color: #f8f8f8;
  }

  .floating-nav:hover * {
    color: #212529;
  }

  .floating-nav * {
    color: #f8f8f8;
  }

  #navbar {
    padding-bottom: 2%
  }

  .img-r-o, .img-l-o {
    height: 19rem;
  }

  header {
    background-color: rgba(33, 37, 41, 1);
  }

  .desktop-hide {
    display: block!important;
  }

  h1 {
    font-size: 2.4rem;
  }
}

@media (max-device-width: 1110px) {
  
  .translate-modal {
    width: 50%;
    left: 25%;
    scale: 1.7;
  }

  .img-r-o, .img-l-o {
    display: none;
  }

  .img-r-i, .img-l-i {
    display: block;
  }

  h2 {
    font-size: 2.4rem;
  }

  .h6 {
    font-size: 1.6rem;
  }

  .footer-text {
    font-size: .8rem;
  }

  .slide {
    flex: 0 0 98%;
    text-align: justify;
    box-sizing: border-box;
    background: #efefef;
    margin: 0 1%;
    position: relative;
    padding-bottom: 10%
  }

  .slider-container {
    width: 70%;
  }

  .slider {
    display: flex;
    width: 240%;
    transition: transform 0.5s ease;
    overflow: hidden;
  }

  .post-text {
    font-size: 1.2rem
  }

  .slider-btn {
    font-size: 5rem;
  }

  .post-button {
    bottom: 2.8vw;
    width: 80%;
    font-size: 2.3rem;
    left: 10%;
  }

  .left-btn {
    left: -20%;
  }

  .right-btn {
    right: -20%;
  }
}

@media (max-device-width: 780px) {
  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
  }

  .footer-text a, .footer-text {
    font-size: 2rem;
  }

  .header-title {
    font-size: 2rem;
  }

  .header-image {
    max-height: 7vw;
    min-width: 7vw;
  }

  .nav-link {
    font-size: 1.9rem;
  }

  .color-white {
    text-align: left;
  }

  .h6 {
    font-size: 1.7rem;
  }
}
