.content-panel{
    margin-top: 20px;
}
.content-panel p{
    word-break: break-all;
}
.container h1{
    margin: 20px;
}
.container .img-head img{
    width: 100%;
    height: 400px;
    margin: 20px 0;
    object-fit: cover;
}
.post-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#recent-blog-list a{
    width: 80px;
    height: 120px;
}
#recent-blog-list img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.post-item a{
    width: 80px;
    height: 120px;
}
.post-item img{
    width: 80px !important;
    height: 90px !important;
    border-radius: 3px;
    object-fit: cover !important;
}