.desktop {
  width: 30%;
  
}


@media screen and (max-width: 768px) {
  .desktop {
    display: yes;
	width: 100%;
  }
 
}