.spacing-0   { height: 0px; }
.spacing-8   { height: 8px; }
.spacing-16  { height: 16px; }
.spacing-24  { height: 24px; }
.spacing-32  { height: 32px; }
.spacing-40  { height: 40px; }
.spacing-48  { height: 48px; }
.spacing-64  { height: 64px; }
.spacing-80  { height: 80px; }
.spacing-100 { height: 100px; }
.spacing-120 { height: 120px; }

@media (max-width: 1199px) {
	.cd-spacer.mobile-spacing-0-1200   { height: 0px !important; }
    .cd-spacer.mobile-spacing-8-1200   { height: 8px !important; }
    .cd-spacer.mobile-spacing-16-1200  { height: 16px !important; }
    .cd-spacer.mobile-spacing-24-1200  { height: 24px !important; }
    .cd-spacer.mobile-spacing-32-1200  { height: 32px !important; }
    .cd-spacer.mobile-spacing-40-1200  { height: 40px !important; }
    .cd-spacer.mobile-spacing-48-1200  { height: 48px !important; }
    .cd-spacer.mobile-spacing-64-1200  { height: 64px !important; }
    .cd-spacer.mobile-spacing-80-1200  { height: 80px !important; }
	.cd-spacer.mobile-spacing-100-1200 { height: 100px !important; }
    .cd-spacer.mobile-spacing-120-1200 { height: 120px !important; }
}

@media (max-width: 991px) {
	.cd-spacer.mobile-spacing-0   { height: 0px !important; }
    .cd-spacer.mobile-spacing-8   { height: 8px !important; }
    .cd-spacer.mobile-spacing-16  { height: 16px !important; }
    .cd-spacer.mobile-spacing-24  { height: 24px !important; }
    .cd-spacer.mobile-spacing-32  { height: 32px !important; }
    .cd-spacer.mobile-spacing-40  { height: 40px !important; }
    .cd-spacer.mobile-spacing-48  { height: 48px !important; }
    .cd-spacer.mobile-spacing-64  { height: 64px !important; }
    .cd-spacer.mobile-spacing-80  { height: 80px !important; }
	.cd-spacer.mobile-spacing-100 { height: 100px !important; }
    .cd-spacer.mobile-spacing-120 { height: 120px !important; }
}