/**
.---------------------------------------------------------------------.
|  @version: v1.0 (7 October 2025)
|  @author:  Matteo Montanari <matteo@italinux.com>
|  @link:    https://impactstudiostv.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @license: FREE BSD License                                                |
|           https://www.freebsd.org/copyright/freebsd-license               |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
 */

/* HOT-FIX: Homepage + all pages */
body {
  max-width: 99%;
}

body img {
  position: relative;
  max-width: 100% !important;
}

/* HOT-FIX: Blog pages + Contact page */
body div.ccm-board-blog {
  max-width: 90%;
}
