
	

.aside-container{
  display: flex;
  flex-direction: column;
}	

.animated-box {
  position: relative;
}

	
article{
   height: 72.0vh;
   width: 100%;
   overflow: hidden;
   background: linear-gradient(to bottom, #000000, #0a090e); 
	-webkit-filter: brightness(3);
  filter: brightness(3);
  -o-filter: brightness(3);
  -moz-filter: brightness(3);
  z-index: -1;
  }

article img{
  height: 100%;
}

.logo img{
    position: absolute;
		width: 11%;
  min-width: 22.0vh;
		top: 47.0%;
		left: 6.0%;
		padding-top: 1.5vh;
}


audio{
  position: absolute;
	left: 25%;
  width: 50.0vh;
	height: 3.0vh;
  top: 16.0vh;
	background: #949494;
	border: ridge 0.5vh #5a5a5a;
}

