@import "variables"; @import "mixins"; .no-thumbnail { &-container { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } &-icon { @include icon-size-big; color: lightgrey; } &-text { margin-bottom: 0; } }