

#svgdefs {
  height: 0;
}

div.card {
  position: relative;
  width: 189px;
  height: 255px;
  perspective: 500px;
}
div.card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px 65px 3px 3px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5), inset 0 7px 25px 25px rgba(0, 0, 0, 0.251);
  transition: all 0.5s;
  transform-style: preserve-3d;
}
div.card .content .front, div.card .content .back {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #03446A;
  text-align: center;
  font-size: 60px;
  backface-visibility: hidden;
}
div.card .content .front svg, div.card .content .back svg {
  transition: transform 1s;
  display: block;
  position: relative;
}
div.card .content .front .cover {
  display: block;
  position: absolute;
  top: 26px;
  left: 13px;
  width: 163px;
  height: 210px;
  border-radius: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
div.card .content .back {
  color: white;
  transform: rotateY(180deg);
}
div.card .content .back .title {
  font-family: "Courier";
  font-size: 12px;
  line-height: 26px;
  color: DDD;
  vertical-align: center;
  display: block;
  position: absolute;
  top: 220px;
  left: 13px;
  width: 163px;
  height: 28px;
  border-radius: 3px;
  background: #111;
}
div.card:hover .content {
  transform: scale(1.2);
  box-shadow: 0 45px 35px rgba(0, 0, 0, 0.35), inset 0 40px 25px 30px rgba(0, 0, 0, 0.18);
}
div.card.active .content {
  transform: rotateY(180deg) scale(1.2);
  box-shadow: 0 45px 35px rgba(0, 0, 0, 0.35), inset 0 40px 25px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.5s;
}

#one .cover {
  background-color: #555;
  background-image: url("../img/1990-Biggest_bitch_in_Silicon_Alley.jpg");
  background-size: cover;
}

#two .cover {
  background-color: #555;
  background-image: url("../img/1990-ECHO.png");
  background-size: cover;
}

#three .cover {
  background-color: #555;
  background-image: url("../img/1991-Jean_Ferrat.jpg");
  background-size: cover;
}

#four .cover {
  background-color: #555;
  background-image: url("../img/1991-Cyberfeministe.jpg");
  background-size: cover;
}

#five .cover {
  background-color: #555;
  background-image: url("../img/1993-mosaic.jpg");
  background-size: cover;
}

#six .cover {
  background-color: #555;
  background-image: url("../img/1993-Orlan.jpg");
  background-size: cover;
}

#seven .cover {
  background-color: #555;
  background-image: url("../img/1994-Amazon.jpg");
  background-size: cover;
}
