
  .filterDiv
  {

display: none;


  }
  
  
  
  
  .show {
    display: block;
  }
  

  .Container
  {

    margin-top: 3%;


  }

  .qik
  {
    text-align: left;



  }

  /* Style the buttons */
  .btn {
    border: 2px solid red;
  border-radius: 12px;
  padding: 5px;
  width:15%;
  height: 60px;
  text-align: center;
  background-color:rgb(75, 75, 75);
  color:white;
    cursor: pointer;
    transition: 0.5s;
  }
  
  .btn:hover {
    background-color: #db0303;
  }
  
  .btn.active {
    background-color: #5f2020;
    color: white;
  }


  
@media only screen and (max-width: 481px)
{

    .filterDiv
    {
  
  display: none;
  
  
    }
    
    
    
    
    .show {
      display: block;
    }
    
  
    .Container
    {
  
      margin-top: 3%;
  
  
    }
  
    .qik
    {
      text-align: left;
  
  
  
    }
  
    /* Style the buttons */
    .btn {
      border: 2px solid red;
    border-radius: 12px;
    padding: 5px;
    width:15%;
    height: 60px;
    text-align: center;
    font-size: 10px;
    background-color:rgb(75, 75, 75);
    color:white;
      cursor: pointer;
      transition: 0.5s;
    }
    
    .btn:hover {
      background-color: #db0303;
    }
    
    .btn.active {
      background-color: #5f2020;
      color: white;
    }
  














}