@media (min-width: 1300px){
	#pacnew_cuadro_modal_lightbox{
		padding: 15px;
		width: 900px;/*sumarle 30*/
		left: 50%;
		left: calc(50% - 465px);
		left: -moz-calc(50% - 465px);
		top: 50%;
		top: calc(50% - 302px);
		top: -moz-calc(50% - 302px);
	}

	#pacnew_iframe_video{
		width: 900px;
		height: 504px;
		border: none;
	}
}

@media (max-width: 1299px) and (min-width: 1000px){
	#pacnew_cuadro_modal_lightbox{
		padding: 15px;
		width: 800px;/*sumarle 30*/
		left: 50%;
		left: calc(50% - 415px);
		left: -moz-calc(50% - 415px);
		top: 50%;
		top: calc(50% - 275px);
		top: -moz-calc(50% - 275px);
	}

	#pacnew_iframe_video{
		width: 800px;
		height: 450px;
	border: none;
	}
}

@media (max-width: 999px) and (min-width: 600px){
	#pacnew_cuadro_modal_lightbox{
		padding: 10px;
		width: 600px;
		left: 50%;
		left: calc(50% - 310px);
		left: -moz-calc(50% - 310px);
		top: 20px;
	}

	#pacnew_iframe_video{
		width: 600px;
		height: 337px;
	border: none;
	}
}

@media (max-width: 599px) and (min-width: 280px){
	#pacnew_cuadro_modal_lightbox{
		padding: 5px;
		width: 250px;
		left: 50%;
		left: calc(50% - 130px);
		left: -moz-calc(50% - 130px);
		top: 10px;
	}

	#pacnew_iframe_video{
		width: 250px;
		height: 140px;
	border: none;
	}
}