

.scrollable-element {
  scrollbar-color: #666 #333;
}


.embed-container1 { 
	position: relative; 
	top: 0; 
	font-family: 'London-Tube';
	text-align:center;
	color:#FC0;
	max-width: 100vw; 
	height: 100vh; 
	overflow:hidden;


} 
	.embed-container1 iframe, .embed-container1 object, .embed-container1 embed {
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	
}

	
	
.embed-container2 { 
	position: relative; 

	text-align:center;
	color:#999999;
	min-width: 80%; 
	height: 100vw; 
	overflow:visible;
	
	font-family:'Raleway';
margin-left:auto;
 margin-right:auto;
} 
	
	
		
.embed-container2 iframe, .embed-container2 object, .embed-container2 embed {
		 position: relative; 
		  z-index:0;
	text-align:center;
	color:#999999;
		 width: 80%; 
		 height: 100%; 
		font-family:'Raleway';
}
.embed-container3 { 
	position: relative; 
	font-family: 'London-Tube';
	text-align:center;
	max-width: 100vw; 
	height: 100vw; 
	overflow:hidden;
} 
	
	.embed-container3 iframe, .embed-container3 object, .embed-container3 embed {
position: relative;
width: 50%;
height: 80%;
margin:5%;
background-color:rgba(0,0,0,0.00);
}


.embed-container4 { 
	position: relative; 
	top: 0; 
	font-family: 'London-Tube';
	text-align:center;
	color:#FC0;
	min-width: 80%; 
	height: 48vw; 
	overflow:hidden;
 

} 

	
	.embed-container4 iframe, .embed-container4 object, .embed-container4 embed {
position: relative;
width: 70%;
height:50vw;
margin:0%;
background-color:rgba(0,0,0,0.00);
 -webkit-filter: drop-shadow(#000000 4px 4px 4px) drop-shadow(#000000 10px 10px 20px);
    filter: drop-shadow(#000000 4px 4px 4px) drop-shadow(#000000 10px 10px 20px);

}	



.scrollable-element {
  scrollbar-color: #666 #333;
}