@media (max-width: 768px) {
    #article-content img {
        width: 100% !important;
        height: auto !important;
    }

    #home-top-post {
        min-height: auto !important;
    }
}

.bg-opacity {
    background-color: rgba(0,0,0,0.5);
}