#iframeLink{display:none}
@media only screen and (max-width: 768px) {
  iframe.mobile{display:none}
  #iframeLink {display: block;}
}