@media screen and (max-width: 600px) {

  #evodrop-clip-image {
display: none;
  }
 
  .d-nonemobile {
	display: none;
  }
}