@charset "utf-8";

#height {
    min-height: 300px;
}

/* Card Styles */

/*figure#card {
	float: right;
	position: relative;
	width: 200px;
	height: 325px;
	margin: 20px 40px 20px 20px;
	cursor: pointer;
}*/

figure#card {
    float: auto;
    position: relative;
    width: auto;
    height: auto;
    cursor: pointer;
    margin-left: 45%;
}

/*figure#card img {
	display: block;
	width: 200px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}*/

figure#card img {
    display: block;
    position: absolute;
    max-width: 70%;
    height: auto;

}

.clearfix {
  overflow: auto;
}

/*figure#card figcaption {
	position: absolute;
	display: block;
	width: 200px;
	bottom: 0px;
	font-size: 0.7em;
	font-style: italic;
	text-align: center;
	margin: 4px 0px;
}*/

/*img#inside {
	outline: 1px solid rgb(51, 51, 51);	
	z-index: 1;
} */

img#inside {
    outline: 1px solid rgb(55, 55, 55);
    z-index: 1;
}

/*img#cover {
	outline: 1px solid rgb(51, 51, 51);
	z-index: 2;
}*/

img#cover {
    outline: 1px solid rgb(55, 55, 55);
    z-index: 2;
}





