@media (min-width: 1201px) and (max-width: 1920px) {
	
}

@media (min-width: 993px) and (max-width: 1200px) {		
	
}

@media (min-width: 769px) and (max-width: 992px) {
	.my-pxp-cover-bg-pos { background-position:50% 50%; }
}

@media (min-width: 577px) and  (max-width: 768px) {
	.video-wrapper .img-fluid { max-width:80%; }
	.my-pxp-cover-bg-pos { background-position:60% 60%; }
}

@media (max-width: 576px) {
	.my-cta-pad { padding-bottom:0; }
	.video-wrapper .img-fluid { max-width:80%; }
	.my-pxp-cover-bg-pos { background-position:60% 60%; }
}

/* Retina Display */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
	
}