/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  #teacher {
    display:none;
    
  }
}