﻿/**
 * W88 Homepage V7 release fix 1.
 * Keep comparison tables fluid on desktop and independently scrollable below
 * the Flatsome desktop breakpoint.
 */
@media (min-width: 850px) {
  body.w88-site.w88-native-home-v7 .w88-table-scroll table {
    min-width: 100%;
  }
}

