@media screen and (max-width: 1200px){

  #body-c .title{
    padding: 18px;
    font-size: 25px;
    margin: 18px auto;
    margin-bottom: 0px;
  }

  #body-c .title span{
    font-size: 15px;
  }

  #body-c .medals article .picture-c .container-p{
    padding-left: 80px;
    box-sizing: border-box;
  }

  #body-c .medals article .picture-c .container-p .thumb-p{
    width: 400px;
    height: 400px;
  }

  #body-c .controls .left-1{
    font-size: 35px;
  }

  #body-c .controls .right-1{
    font-size: 35px;
  }

  #body-c .controls .limiter #e-options{
    margin-top: 20px;
  }

  #body-c .medals{
    height: auto;
    max-height: 1000vh;
  }

  #body-c .controls{
    height: auto;
    max-height: 1000vh;
    margin-bottom: 0px;
  }

}

@media screen and (max-width: 960px){

  #body-c .controls .limiter{
    padding: 20px;
    padding-left: 420px;
  }

  #body-c .medals article .picture-c{
    width: 100%;
    max-width: 1100px;
    display: inline-table;
    margin: 0 auto;
    height: 55vh;
    max-height: 550px;
  }

  #body-c .medals article .picture-c .container-p .thumb-p{
    width: 300px;
    height: 300px;
  }

  #body-c .controls .limiter #e-options{
    margin-top: 30px;
    margin-left: -400px;
    text-align: center;
  }

  #body-c .controls .limiter #e-options li{
    margin: 1px;
    margin-bottom: 4px;
  }

}

@media screen and (max-width: 860px){

  #body-c .medals article .picture-c .container-p{
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
  }

  #body-c .medals article .picture-c .container-p .thumb-p{
    margin: 0 auto;
  }

  #body-c .controls .limiter ul{
    text-align: center;
    margin-top: 0px;
  }

  #body-c .controls .limiter ul li{
    list-style: none;
  }

  #body-c .controls .limiter #e-options{
    margin-top: 20px;
    margin-left: 0px;
  }

  #body-c .controls .limiter{
    padding: 20px;
    box-sizing: border-box;
  }

  #body-c .controls{
    margin-top: 320px;
  }

}
