
@import url(/lib/g/1.0/styles/responsive_base.css) screen and (max-width: 1320px);
@import url(/lib/g/1.0/styles/responsive_size3_only.css) screen and (min-width: 768px) and (max-width: 1320px);


/* ------------------------------------------------------------------------
--------------------------------- Size 2 ----------------------------------
------------------------------------------------------------------------ */


@media screen and (max-width: 767px) {
	
	div.fancybox-wrap.fancybox-mobile.fancybox-type-iframe.fancybox-opened {
		top: 10px !important;
	}
    
}