@media print {
  a[href]:after {
    content: none !important;
  }
  
  .video-title {
	visibility: hidden;
  }
  
}

