I was thinking of using something like this but it doesn't listen to me. Wanted to exclude the 'div' that has 'headline-5' as parent / Any thoughs?
Thanks
div {
@media #{$default} {
top: 2em;
:not(data-orbit-slide="headline-5") & {
top: 0;
}
}
}