.cardWrapper {
  position:relative;
  margin-right:10px;
  cursor:pointer;
  -webkit-font-smoothing:antialiased;
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
}


.cardWrapper img {
    width:100%;
}

.cardFace{
  position:absolute;
}

.flipIcon {
    position: absolute;
    width:80px;
    height:80px;
    top:10px;
    right:0;
    opacity:.01;
}

.suzanne_card {
    height:720px;
    width:500px;
  
}

.willow_card {
  height:400px;
  width:400px;

}
.priestess_card {
  height:750px;
  width:500px;
}

.dave_card {
  height:400px;
  width:400px;
}