#home h1 { 
	text-align: center;
	font-size: 78px;
}
#home h3 { 
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 15px;
	text-align: center;
}
#home h3 em { 
	font-size: inherit;
	font-style: inherit;
	color: #fff200;
}
#canvas-home-title-pacman { 
	display: none !important;
}
#img-home-title-pacman { 
	background-color: transparent;
	position: absolute;
	top: 10px;
	left: 182px;
	height: 100px;
	width: 118px;
	display: none;
	object-fit: contain;
}
#canvas-panel-title-pacman { 
	background-color: #000;
	position: absolute;
	top: 6px;
	left: 47px;
	height: 32px;
	width: 38px;
}

#presentation { 
	position: absolute;
	margin: auto;
	padding: 0px;
	left: 0px;
	right: 0px;
	top: 260px;
	width: 700px;
	height: 340px;
}
#presentation-titles { 
	position: absolute;
	width: 500px;
	height: 40px;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 3px;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
#img-presentation-blinky, #img-presentation-pinky, #img-presentation-inky, #img-presentation-clyde {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 80px;
	object-fit: contain;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
#img-presentation-blinky { 
	top: 55px;
}
#img-presentation-pinky { 
	top: 145px;
}
#img-presentation-inky { 
	top: 235px;
}
#img-presentation-clyde { 
	top: 325px;
}
#presentation-character-blinky, #presentation-character-pinky, #presentation-character-inky, #presentation-character-clyde, 
#presentation-name-blinky, #presentation-name-pinky, #presentation-name-inky, #presentation-name-clyde { 
	position: absolute;
	width: 220px;
	height: 40px;
	left: 180px;
	letter-spacing: 2px;
	font-size: 26px;
	text-transform: uppercase;
}
#presentation-name-blinky, #presentation-name-pinky, #presentation-name-inky, #presentation-name-clyde { 
	left: 420px;
	width: 220px;
}
#presentation-character-blinky, #presentation-name-blinky { 
	top: 60px;
	color: #ed1b24;
}
#presentation-character-pinky, #presentation-name-pinky { 
	top: 150px;
	color: #feaec9;
}
#presentation-character-inky, #presentation-name-inky { 
	top: 240px;
	color: #4adecb;
}
#presentation-character-clyde, #presentation-name-clyde { 
	top: 330px;
	color: #f99c00;
}

#trailer { 
	position: absolute;
	margin: auto;
	padding: 0px;
	left: 0px;
	right: 0px;
	bottom: 60px;
	width: 600px;
	height: 120px;
	gap: 90px;
	background-color: transparent;

}


#img-trailer-pacman, #img-trailer-blinky, #img-trailer-pinky, #img-trailer-inky, #img-trailer-clyde { 
	width: 70px;
	height: 70px;
	object-fit: contain;
}

@media screen and (min-height:1200px), screen and (min-device-height : 1200px) { 

}

@media screen and (max-width:1024px), screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
	#canvas-panel-title-pacman { 
		left: 49px;
		width: 42px;
	}
}