 
 

 
  .TIMBPH{
    margin-top: 20vh;
    
  }
  .TIMBPH-list{
   text-align: center;
   list-style: none;
  }
  
  .ty{
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .picturebox {
    display: flex;
    justify-content: center;
    width: fit-content;   /* shrink to contents */
    margin: 0 auto;       /* center the box */
    border: 7px solid #a4a4c1;
  }
  
  .labrat
  {
    
    height: 15%; width: auto; max-height: 400px;
    border-right: 3px solid #a4a4c1;
    
    }
  .yellowpin
  {
    height: 15%; width: auto; max-height: 400px;
    border-left: 3px solid #a4a4c1;
    }
    
    
    
    
    
    
    
   @media (max-width: 1000px) {
    
    
    
    
    
    
    
     .picturebox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 70%;
    max-width: 800px;
    margin: 20px auto;
    border: 7px solid #a4a4c1;
  }

  .labrat, .yellowpin {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    border: none;
  }
}