/*!
Theme Name: Best Places to Work
Theme URI:  https://bestplacestowork.org/
Template: pps
Description: Partnership for Public Service Child Theme
Author: 4Site Studios
Author URI: https://www.4sitestudios.com/
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: pps
*/

/* TEMPORARY: FORCE TRENDS TABLE TO SHOW */
.fade:not(.show) {
    opacity: 100 !important;
}

.full-width, .full-width img{
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.full-width img {
  width: 100vw;
}