

/************************ Images *****************************************************************************************************************************/


.container-constant-aspect-ratio {
  	position: relative;
  	width: 100%;
  	height: 0;
  	padding-bottom: calc(9/16 * 100%);
    overflow: hidden;
}


.container-constant-aspect-ratio-square {
  	position: relative;
  	width: 100%;
  	height: 0;
  	padding-bottom: 100%;
}


.image-constant-aspect-ratio {
    	position: absolute;
    top: 0;
    left: 0;
    	width: 100%;
    	height: 100%;
	/* object-fit: cover; */
   object-fit: contain; 
}



.video-banner {
   	position: fixed; 
	top: 0;
	margin: 0 auto;
    	width: 100%; 
  	object-fit: cover;

	/* height: 500px; */
	height: 100vh;

	z-index: -999;
}


.logo-image-width {
	width: 280px;
}


.logo-image-width-180 {
	width: 180px;
}


img {			/***********  For google charts  **************/
  max-width: 100%;
}