
@media (max-width: 991px){
	.fancybox-opened{
		width: 86% !important;
		height: auto !important;
		position: absolute;
		top: 25px;
		left: 7% !important;
		opacity: 1;
		overflow: visible;
	}
	.fancybox-skin{
		padding: 15px;
		width: auto !important;
		height: auto !important;
	}
	.fancybox-inner{
		overflow: visible;
		width: 100% !important;
		height: auto !important;
	}

}
@media (max-width: 768px){
	.fancybox-opened{
		width: 86% !important;
		height: auto !important;
		position: absolute;
		top: 25px;
		left: 7% !important;
		opacity: 1;
		overflow: visible;
	}
	.fancybox-skin{
		padding: 15px;
		width: auto !important;
		height: auto !important;
	}
	.fancybox-inner{
		overflow: visible;
		width: 100% !important;
		height: auto !important;
	}
}

@media (max-width: 767px){
		.fancybox-opened{
			width: 86% !important;
			height: auto !important;
			position: absolute;
			top: 28px;
			left: 7% !important;
			opacity: 1;
			overflow: visible;
		}
		.fancybox-skin{
			padding: 15px;
			width: auto !important;
			height: auto !important;
		}
		.fancybox-inner{
			overflow: visible;
			width: 100% !important;
			height: auto !important;
		}
}

@media (max-width: 640px){
		.fancybox-opened{
			width: 79% !important;
			height: auto !important;
			position: absolute;
			top: 25px;
			left: 11% !important;
			opacity: 1;
			overflow: visible;
		}
		.fancybox-skin{
			padding: 15px;
			width: auto !important;
			height: auto !important;
		}
		.fancybox-inner{
			overflow: visible;
			width: 100% !important;
			height: auto !important;
		}
}
@media (max-width: 480px){
		.fancybox-opened{
			width: 82% !important;
			height: auto !important;
			position: absolute;
			top: 25px;
			left: 9% !important;
			opacity: 1;
			overflow: visible;
		}
		.fancybox-skin{
			padding: 15px;
			width: auto !important;
			height: auto !important;
		}
		.fancybox-inner{
			overflow: visible;
			width: 100% !important;
			height: auto !important;
		}
}