﻿#main-header-post {
	???????????????????????????Z-INDEX: 100 !IMPORTANT; Z-INDEX: 1;
	/**CENTER DIV HORIZONTALLY**/
    		position: absolute;
    		top: 0%;
    		left: 50%;
    		transform: translateX(-50%) translateY(0%);
		PADDING-BOTTOM: 0PX;   
	}


 


/* SMALLER TABLET screens */   /* SMALLER TABLET */
@media screen and (max-width: 480px) {
  	#control-fade-out {
		display: none;
		}
	}





@media only screen and (min-width : 320px) and (max-width : 480px) {/* Mobile portrait */
  	#control-fade-out {
		display: none;
		}
	}





@media only screen and (min-width : 480px) and (max-width : 595px) {/* Mobile landscape */
  	#control-fade-out {
		display: none;
		}
	}





@media only screen and (min-width : 595px) and (max-width : 690px) {/* Small tablet portrait */
  	#control-fade-out {
		display: none;
		}
	}





@media only screen and (min-width : 690px) and (max-width : 769px) {/* Tablet portrait */
  	#control-fade-out {
		display: none;
		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture) --- SMALLER TABLET */
@media only screen and (min-width : 769px) and (max-width : 800px) {/* Small tablet landscape */
  	#control-fade-out {
		display: none; 
		}
	}





/* SMALLER TABLET screens */   /* (location for ID picture --- SMALLER TABLET */
@media only screen and (min-width : 800px) and (max-width : 1024px) {/* Small tablet landscape */
  	#control-fade-out {
		display: none;
		}
	}





@media only screen and (min-width : 1024px) and (max-width : 1224px) {/* Tablet landscape */
  	#control-fade-out {
		display: none;
		}
	}






/* Desktops and laptops */  /* SMALL DESKTOP */
@media only screen 
and (min-width : 1224px) {
  	#control-fade-out {
		display: inline; z-index: 1;
		}
	}
/**END OF FIX POSITIONING OF VIDEO CANVAS**/







#control-fade-out {
	margin-top: 45px;
	}


.bright-gold-logo {
	width: 94px; 
	height: 53px;   
	margin-top: 25px !important;
	/**CENTER DIV**/
  		margin: auto;  
  		111position: absolute;
  		left:0;
  		right: 0;
  		111top: 0;
  		bottom: 0;
	}