Try adding this to the styling:
.card {
...
position: absolute;
width: 90%;
height: 90%;
display: -webkit-box;
-webkit-box-align: stretch;
-webkit-box-pack: center;
-webkit-box-orient: vertical;
}
Try adding this to the styling:
.card {
...
position: absolute;
width: 90%;
height: 90%;
display: -webkit-box;
-webkit-box-align: stretch;
-webkit-box-pack: center;
-webkit-box-orient: vertical;
}