.elements-preview { border: solid 1px $color_grey; display: block; outline: 0; overflow: hidden; &:focus { border-color: $color_main; } } .elements-preview__container { position: relative; padding-bottom: 100%; } .elements-preview__label { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: absolute; left: 50%; bottom: 10px; right: auto; transform: translate(-50%, 0); max-width: 70%; background: rgba($color_white, 0.85); box-shadow: 0px 11px 20px rgba(41, 59, 90, 0.08); padding: 5px; border-radius: 5px; } .elements-preview__icon-container { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: $color_white; } .elements-preview__icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 50px; } .elements-preview__image { } .elements-preview__not-found { } .elements-preview__image-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }