.hidden1{display: none;}
@media (max-width:768px){
  .hidden1{display: block;}
}
