div[data-module="sport-activity-to-do"] {
    .table-show {
        th {
            background-color: #e3e3e3;
        }

        td {
            img {
                max-width: 100%;
                max-height: 500px;
                display: block;
                margin: auto;
            }
        }
    }
}
