@charset "UTF-8";
/* CSS personalizado FrancoRPG */

a.navbar-brand img {
    height: 100px !important;
}
nav.scrolled a.navbar-brand img {
    height: 50px !important;
}

.card-back-sinopse {
    font-size: 1.0rem;
-webkit-line-clamp: none !important;
}

@media (max-width: 767.98px) {
    .adventure-card {
        height: 455px !important;
        margin-bottom: 15px;
    }
    .card-back-sinopse {
        font-size: .7rem;
    }
}