/* fix for images shown before items in slider are rendered */
.wrslider-slider-item {
    display: none;
}

/* additional utility class */
.pointer {
    cursor: pointer;
}


/* frame classes */

.frame-space-before-extra-small {
    margin-top: 1rem;
}
.frame-space-before-small {
    margin-top: 2rem;
}
.frame-space-before-medium {
    margin-top: 3rem;
}
.frame-space-before-extra-small {
    margin-top: 4rem;
}
.frame-space-before-extra-small {
    margin-top: 5rem;
}

.frame-space-after-extra-small {
    margin-bottom: 1rem;
}
.frame-space-after-small {
    margin-bottom: 2rem;
}
.frame-space-after-medium {
    margin-bottom: 3rem;
}
.frame-space-after-extra-small {
    margin-bottom: 4rem;
}
.frame-space-after-extra-small {
    margin-bottom: 5rem;
}
