@media (max-width: 550px) {
    .en-transpose-table tr {
        display: block;
        float: left;
    }

    .en-transpose-table td {
        display: block;
    }

    .en-hw-images,
    .en-hw-images div,
    .en-hw-images div img {
        width: 100% !important;
        height: auto !important;
    }
}




