/* 
#colorbox iframe {
     width: 1px;
     min-width: 100%;
     *width: 100%;  
} */

/* #colorbox {
	width: 100% !important;
} */


/* .cboxLoadedContent {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.cboxLoadedContent iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 */

#cboxLoadedContent {
 	overflow:auto; 
 	-webkit-overflow-scrolling: touch;
}
 
#cboxWrapper {
	max-width: 100%;
	max-height: 100%;	
}

/* only small */
@media screen and (max-width: 39.9375em) { 
	
	.cboxTitle {
		height: auto;
	}
	
}