﻿/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
  	#cinematic-content-frame {
		width: 100%; 
		height: 1560px;  
  		}
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
  	#cinematic-content-frame {
		width: 100%; 
		height: 1560px;    
  		}
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
  	#cinematic-content-frame {
		width: 100%; 
		height: 1560px;   
  		}
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
  	#cinematic-content-frame {
		width: 100%; 
		height: 1660px;  height: 1640px;   
  		}
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
  	#cinematic-content-frame {
		width: 100%; 
		height: 1740px;   
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
	#cinematic-content-frame {
		width: 100%; 
		height: 1050px;   
  		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
  	#cinematic-content-frame {
		width: 100%; 
		height: 1050px;   
  		}
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
  	#cinematic-content-frame {
		width: 100%; 
		height: 1230px;   
  		}
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
  	#cinematic-content-frame {
		width: 100%; 
		height: 1250px !important;    
		} 
	}