html {
	font-size: 62.5%;
}

body {
	background-color:black;
	font-family:Arial;
	font-size: 1.6rem;
}

* {
	font-family: Arial;
	line-height: 1.5;
}

ul, li, img {
	margin:0;
	padding:0;
	border:0;
	line-height:1;
}

li {
	list-style:none;
}

#disks {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 272px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#disks img {
	cursor:pointer;
}

#content {
	position: absolute;
	left:316px;
	top:32px;
}

#info {
	color: white;
}


#home img,
#fd47 img {
	display: inline;
}

div.title {
	position:relative;
	left:50%;
	top:4rem;
	width:1200px;
	margin-left:-600px;
	font-size:3.6rem;
	color:white;
	text-align:center;
}

div.container {
	position:relative;
	width:1200px;
	top:8rem;
	left:50%;
	margin-left:-600px;
	text-align:center;
	font-size:2.4rem;
}

div.tile {
	text-align:center;
	display:inline-block;
	color:white;
}

div.tile div.images {
	background-color:white;
	margin:0 1rem;
	padding-top:1rem;
	height: 27.4rem;
	display: flex;
	justify-content: center;
}

div.tile div.images div {
	align-self: flex-end;
}

#home div.tile {
	width:600px;
}

#fd47 div.tile {
	width:400px;
}

a,
a:visited {
	color:white;
	text-decoration: none;
}

.icon {
	width:1.6rem;
}

@media only screen and (max-width: 1300px) {

	div.title {
		width: 100%;
		top: 0vh;
		left: 0;
		margin-left:0;
	}

	div.container {
		width: 100%;
		top: 5vh;
		left: 0;
		margin-left:0;
	}
	
	div.tile {
		width: 100% !important;
		max-width: 40rem;
		display: block;
		margin: 0 auto 2vh auto;
	}
	
	div.tile div.images {
		height: auto;
	}
	
	div.tile img.product {
		width: 90%;
		max-width: 30rem;
	}
}