@media (max-width: 767px){

article .content img {
    height: auto;
    width: 100vw;
}
article .content table,article .content table th, article .content table td {
width: auto !important;
    overflow-wrap: anywhere;
}


}