.img-adapted {
    max-width: 200%;
}

@media only screen and (max-width: 600px) {
    .img-adapted {
       max-width: 100%;
       height: 100% !important;
    }
 }

@media only screen and (min-width: 600px) {
    .img-adapted {
        padding-right: 5em !important;
    }
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 1em;
}
