/*
Theme Name: StartNext
Theme URI: https://themeforest.net/item/startnext-startups-wordpress-theme/23715707?s_rank=1
Author: EnvyTheme
Author URI: https://envytheme.com
Description: IT Startup & Technology Services WordPress Theme
Version: 5.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: startnext
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, footer-widgets, post-formats, rtl-language-support, sticky-post, custom-colors, blog
*/

@media (max-width: 1024px) {
  .tableau-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: auto;
  }

  .tableau-wrapper table {
    min-width: 600px;
    width: 100%;
  }
}