/*------------------ 
Frontend related CSS
------------------*/

/* #set-height {
    display: block;
    height: 13500px;
  }
  #player {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
  p font-family helvetica {
    font-size: 24px;
  }
  #time {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(0,0,255,0.5);
  }
  #scroll {
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: rgba(255,0,0,0.5);
  } */

/* #auri-hero-section {
  position: sticky;
  top: 0;  
  background-color: #f0f0f0;
  padding: 20px;
  z-index: 10;
} */

#auri-hero-section.auri-sticky{
  position: sticky;
  top: 0;  
  z-index: 10; */
} 

@media only screen and (max-width: 767px){
	#auri-video{
		display: none !important;
	}
	
	#auri-hero-contact{
		left: auto !important;
	}
	
	#auri-hero-logo {
		left: auto !important;
	}
/* 	#auri-hero-logo div {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	} */
	#auri-hero-contact a{
		display: flex !important;
		justify-content: center !important;
	}
/* 	#auri-hero-logo img{
		display: flex !important;
		justify-content: center !important;
	} */
}

