@media screen and (max-width:800px) {
    #live2d-widget{
        display: none !important;
    }
}

@media screen and (max-width: 768px){
    #recent-posts > .recent-post-item {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: auto;
    }
    .recent-post-item .post_cover.left::before,.recent-post-item .post_cover.right::after{
        display: none ;
    }
}

@media screen and (max-width:768px) {
    #recent-posts>.recent-post-item {
        width: 100%
    }
}
@media screen and (max-width: 650px){
    .contrib-column {
        display: table-cell !important;
    }
    #recent-posts>.recent-post-item {
        width: 100%;
    }
}

@media screen and (min-width: 900px){
    #nav .back-home-button:hover {
        box-shadow: 0 8px 12px -3px #20202023;
        
    }
}
@media screen and (max-width: 768px){
    .back-home-button:hover .back-menu-list-groups {
        padding-bottom: 8px;
        box-shadow: 0 8px 12px -3px #20202023;
        left: 2px !important;
    }
}

