.placeholder { @include placeholder; } .placeholder__wrapper { width: 100%; } .placeholder { display: flex; &.claim-preview-title { width: 100%; height: 3rem; } &.media__subtitle { margin-top: var(--spacing-small); width: 30%; height: 1.5em; } @media (max-width: $breakpoint-small) { &.media__thumb { display: none; } } } .placeholder--text-document { @include placeholder; height: 60vh; }