@media only screen and (max-width: 600px) {
  .desktop_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }



  body{
    padding-bottom: 50px;
  }




  #navBtn{
    top: 10px;
    right: 5vw;
  }



  .title_container{
    height: 180vw;
  }

  #slider {
    height: 20px;
    border-radius: 10px;
  }
  #slider::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border-radius: 15px;
  }


  .word_container_small {
    margin-right: 5px;
  }
  .word_container_medium {
    margin-right: 8px;
  }
  .word_container_big {
    margin-right: 25px;
  }

  .letter_container_small {
    height: 12px;
    margin-top: 12px;
  }
  .letter_container_small .dot {
    width: 0px;
    height: 0px;
  }
  .letter_container_medium {
    height: 17px;
    margin-top: 17px;
  }
  .letter_container_medium .dot {
    width: 2px;
    height: 2px;
    border: 1px solid white;
  }
  .letter_container_big {
    height: 45px;
    margin-top: 45px;
  }
  .letter_container_big .dot {
    width: 8px;
    height: 8px;
    border: 2px solid white;
  }



  .encrypted_paragraph {
    width: 80vw;
    margin-left: 5vw;
  }
  .encrypted_paragraph a{
    text-decoration: underline;
  }
  img,video{
    width: 90vw;
    border-radius: 5px;
    margin-left: 5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }


  .ascii{
    font-family: monospace;
    font-size: 3px;
    line-height: 2px;
  }
  .asciiTitle{
    font-size: 10px;
    line-height: 6px;
  }
  #asciiTitleTwo_middle, #asciiTitleTwo_end{
    font-size: 10px;
    line-height: 6px;
  }



  .demo_container {
    margin: 10vh 2.5vw 10vh 2.5vw;
  }
  #demo1{
    height: 300px;
  }
    #sliderDemo1 {
        width: 85vw;
        left: 5vw;
        }
    #demo1 .paragraph_container{
        width: 80vw;
    }
  #demo2 {
    width: 90vw;
  }
  #demo3 {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
    #demo3 p, #demo3 span {
      font-size: 5px;
      line-height: 4px;
    }



  #paragraph_container_name{
    margin-top: 50vh;
  }
}
