.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	clear: both;
}
.infobox > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
	
}
.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}


.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}
@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wrapper {
	margin: 0px 5px 5px 10px;
	transform: translate(0px, -50px);

}

.stage {
	list-style: none;
	padding: 0;
}
.ratatouilee_movie {
	width: 200px;
	height: 300px;
	margin: 20px;
	float: left;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.characters {
	width: 200px;
	height: 300px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-130px);
	-moz-transform: translateZ(-130px);
	transform: translateZ(-130px);
	-webkit-transition: -webkit-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	transition: transform 350ms;
}
.characters:hover {
	-webkit-transform: rotateY(-80deg) translateZ(20px);
	-moz-transform: rotateY(-80deg) translateZ(20px);
	transform: rotateY(-80deg) translateZ(20px);
}

.characters .ch1, 
.characters .info {
	position: absolute;
	width: 200px;
	height: 300px;
	background-color: white;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.characters .ch1  {
	-webkit-transform: translateZ(99px);
	-moz-transform: translateZ(99px);
	transform: translateZ(99px);
	background-size: cover;
	background-repeat: no-repeat;
}

.characters .info {
	-webkit-transform: rotateY(90deg) translateZ(130px);
	-moz-transform: rotateY(90deg) translateZ(130px);
	transform: rotateY(90deg) translateZ(130px);
	border: 1px solid #B8B5B5;
	font-size: 0.75em;
	color: black;
}

.info header {
	color: black;
	padding-top: 10px;
	font-weight: bold;
	background-size: contain;
	background-repeat: no-repeat;

}

.info header h1 {
	margin: 0 0 2px;
	font-size: 2.5em;
	color: black;
}

.info header h2 {
	margin: 0 0 2px;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}


.info p {
    padding: 1px;
	padding-top: 5px;
	padding-bottom: 90px;
	font-weight: 700;
	color: #666;

}
.ratatouilee_movie:nth-child(1) .characters .ch1{
  background: url('jac5.jpg')center center/cover;;
}

.ratatouilee_movie:nth-child(2) .ch1 {
  background: url('jac6.jpg')center center/cover;;
}

.ratatouilee_movie:nth-child(3) .ch1 {
  background: url('jac7.jpg')center center/cover;;
}

.ratatouilee_movie:nth-child(4) .ch1{
  background: url('jac8.jpg')center center/cover;;
}

.ratatouilee_movie:nth-child(5) .ch1{
  background: url('jac10.jpg')center center/cover;;
}


.ratatouilee_movie:nth-child(6) .ch1{
  background: url('jac9.jpeg')center center/cover;;
}


.ratatouilee_movie:nth-child(7) .ch1{
  background: url('MnMulti_Mario.png')center center/cover;;
}


.ratatouilee_movie:nth-child(8) .ch1{
  background: url('MicrosoftTeams-image (6).png')center center/cover;;
}


.ratatouilee_movie:nth-child(9) .ch1{
  background: url('MicrosoftTeams-image (5).png')center center/cover;;
}


.ratatouilee_movie:nth-child(10) .ch1{
  background: url('MnOpen_Murabito.png')center center/cover;;
}


.ratatouilee_movie:nth-child(11) .ch1{
  background: url('MnMulti_SplatoonGirl.png')center center/cover;;
}

.ratatouilee_movie:nth-child(12) .ch1{
  background: url('MnOpen_Murabito.png')center center/cover;;
}


.no-csstransforms3d .characters .ch1, 
.no-csstransforms3d .characters .info {
	position: relative;
}

























