<a class="popup-youtube" href="https://www.youtube.com/embed/5L8sP4csIJU"><img src="img/25/play-button.svg"></a>
$(document).ready(function() {
$('.popup-youtube').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});