/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

 .wp-block-rogue-theme-blocks-full-section-block {
     background-size: cover;
     background-repeat: no-repeat;
 }

.rogue-theme-container-padding {
    padding: 0 4vw;
}


 .wp-block-rogue-theme-blocks-full-section-block .wp-block-columns:last-of-type {
     margin-bottom: 0;
 }
