/*
.fancybox-content iframe {
    width: 1280px;
    height: 720px;
    border: none;
}

@media (max-width:480px) {
	.fancybox-content iframe {
		height: 220px;
	}
}
*/