@media only screen and (max-width: 768px) { .mobile-hide { display: none; } }
<iframe class="mobile-hide" src="..."></iframe>