/*
Theme Name: JNews Child
Template: jnews
*/

/* FIX NANOPOLIX MOBILE */

@media(max-width:768px){

    .review-page .hero-grid,
    .review-page .content-grid{

        display:flex !important;
        flex-direction:column !important;
        grid-template-columns:none !important;

    }


    .review-page .hero-content,
    .review-page .hero-image,
    .review-page .section-image,
    .review-page .section-text{

        width:100% !important;
        max-width:100% !important;

    }


    .review-page img{

        width:100% !important;
        height:auto !important;

    }

}