/*
 Theme Name:   Toroflix Child
 Template:     toroflix
*/

/* =========================
   Homepage Movies Grid
   ========================= */
.TPostMv {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
}
.TPostMv .Image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}
@media (max-width: 1199px) {
    .TPostMv {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important;
        width: 33.3333% !important;
    }
}
@media (max-width: 767px) {
    .TPostMv {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

/* =========================
   Single Post Description
   ========================= */
.single-post .TPost.A .Description p:not([class]) {
    max-height: 400.25rem !important;
    overflow: hidden !important;
}
