@media (max-width: 768px) {
    figure {
        float: none !important;

        img {
            object-fit: contain;
            width: 100% !important;
        }

        figcaption {
            text-align: center;
        }
    }
}
