.container {
  display: flex;
  flex-direction: column-reverse;
  width: 180px;
  height: 90px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center; }
  .container.empty {
    width: initial;
    height: initial;
    border: none;
    border-radius: 0; }

.highQualityFrame,
.lowQualityFrame {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  width: 180px;
  height: 90px; }

.highQualityFrame {
  z-index: 2; }

.lowQualityFrame {
  z-index: 1; }

.empty .thumbText {
  background: none; }

.empty .highQualityFrame,
.empty .lowQualityFrame {
  width: 0;
  height: 0; }

.thumbText {
  font-size: 11px;
  line-height: 12px;
  position: relative;
  z-index: 3;
  padding: 4px 5px;
  white-space: nowrap;
  color: white;
  background: rgba(0, 0, 0, 0.8); }
