body {
	background-color: black;
	color: white;
	height: 100%;
	width: 100%;
	margin: 0%;
}

.webtitle {
	margin: 1%;
	width: calc(100px + 20vw);
}

img {
	width: 100%;
	height: 100%;
}

.albumContainer {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 1%;
}

.albumRow {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.videoContainer {
	/*position: absolute;
	display: flex;*/
	display: inline-block;
	top: 1%;
	width: 100%;
}

.additionalContainer {
	width: 20vw;
	height: 100%;
	display: inline-table;
}

.textWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5%;
	margin-top: 0%;
}

p {
	font-family: "helvetica";
	font-style: normal;
	letter-spacing: 1.5px;
	font-size: 14px;
	text-align: center;
	
}

h1 {
	font-style: normal;
	text-decoration: none;
	font-family: helvetica;
	font-size: calc(10px + 2vw);
	margin: 0;
	margin-left: 1.5%;
}


#xfiller {
	width: 18vw;
	height: 18vw;
	margin: 0px 20px;
}

#iframe1 {
	width: calc(80px + 15vw);
	height: calc(80px + 15vw);
	margin: 1vw 1vw;
}

#iframe2 {
	margin:1vw;
	margin-top: 0.5vw;
	width: calc(280px + 11vw);
	height: calc(150px + 11vw);
	display: inline-block;
}


::-webkit-scrollbar {
    width: 12px;
    background: black;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
}

::-webkit-scrollbar-thumb:hover {
    background: darkgray;
}