@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    .post_image{
        max-width: 100% !important;
        margin-left: 0% !important;
    }
    h1{
        font-size: 4vmax;
    }

    h2{
        margin-top: 32px;
        margin-bottom: 24px;
        font-size: 3vmax;
    }
    h3{
        font-size: 2.5vmax;
        margin-top: 48px;
        margin-bottom: 32px;
    }
    blockquote p{
        font-size: 3vmax;
    }
    .listing_page_ul{
        margin-left: 32px;
    }
    .listing_page_ul h3{
        font-size: 2.5vmax;
        line-height: 3.5vmax;
        font-weight: bold;
    }
    .listing_page_ul h5{
        font-size: 2vmax;
        margin-top: 24px;
        line-height: 4vmax;
    }
    .listing_page_ul small{
        font-size: 1.8vmax !important;
    }
    .indexpage *{
        text-align: center;
    }
    .algopods_description{
        text-align: center !important;
        margin-top: 48px;
    }
    .author_image{
        margin-bottom: 48px;
        height: 128px !important;
        width: 128px !important;
        border: 3px solid black !important;
    }
}