.card {
    width: 300px;
    height: 560px;
    padding: 0 !important;
}

.card-image {
    height: 250px;
}

.card-image img{
    height: 250px;
    object-fit: cover;
    object-position: 50% top;
}

.character-info {
    gap: 10px;
}

.character-info h3 {
    margin-bottom: 5px;
}

.card-content {
    padding-top: 0;
}

.author {
    margin-top: 10px;
    text-align: right;
    font-weight: lighter;
    font-size: 15px;
}

.artist {
    text-align: right;
    font-weight: lighter;
    font-size: 12px;
}

.secrets {
    margin-top: 5px;
    height: 50px;
}

.turn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 25px;
    border: none;
    color: black;
}

.meta-info {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.cg {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.cg img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%;
    object-position: 50% top;
}

.media-content {
    overflow-x: visible;
}