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

/* tiny-slider's own CSS only re-enables display for horizontal mode once initialized (via its higher-specificity .tns-horizontal .tns-item rules); vertical mode has no such override, so give it one too, scoped to after tiny-slider has actually initialized the vertical axis */
.tns-vertical > .wrslider-slider-item {
    display: block;
}

/* 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;
}
