/* RESET */ html, body, .wp-site-blocks, main, .site-content, .entry-content { margin: 0 !important; padding: 0 !important; width: 100%; overflow-x: hidden; background: #f58220 !important; } /* REMOVE WORDPRESS SPACING */ .wp-block-group, .wp-block-post-content, .wp-block-image, figure { margin: 0 !important; padding: 0 !important; } /* FULL WIDTH SECTION */ .full-orange-page { width: 100vw; min-height: 100vh; background: #f58220; display: flex; align-items: center; justify-content: center; } /* IMAGE SETTINGS */ .full-orange-page img { width: 100%; max-width: 100%; height: auto; display: block; border: none; }