.u-hidden {
display: none !important
}
.u-placeholder-image {
height: 100% !important;
}
.u-spacing-pv {
@include vspacing(
'padding-top' 1,
'padding-bottom' 1
)
}
.u-spacing-mb0 {
margin-bottom: 0 !important;
}
@include mq(l) {
.u-spacing-pr0\@l {
padding-right: 0 !important;
}
}