/* Spacing */
/* Grid settings */
/* Row inner box */
/* Breakpoint options */
/* Calculated variables - do not edit unless you are a space cowboy */
/* Split colours - set colours when using .row.split */
/* Overlays - for modals, cookie popups */
/* Type */
/* Quotes */
/* Icons - see font-awesome.scss for more info */
/* Buttons */ /* Woocommerce */ /* Notifications */ /* Pagination */ /* Logo */ /* Header */
/* Header navigation */
/* Footer */
/* Mobile menu */ /* Cookie bar */ /* Social links */ /* Transitions */ /* Loader */ /* Modals */ /* Dots */
/* Tables */
.row-type-breaker {
  overflow: hidden;
  background-color: var(--black);
  aspect-ratio: 16/6;
}
@media (max-width: 1025px) {
  .row-type-breaker {
    margin-bottom: unset;
  }
}

.row.bg-light + .row.row-type-breaker {
  background-color: var(--white);
}
