.thumbnail_top .item .inner {
  position: relative;
}

.thumbnail_top .item .inner .thumb {
  position: relative;
  margin-bottom: 7px;
}

.thumbnail_top .item .inner .thumb img {
  display: block;
  width: 100%;
}

.thumbnail_top .item .inner .thumb img:not(.get) {
  object-fit: cover;
  aspect-ratio: 640/480;
}

.thumbnail_top .item .inner .thumb .get {
  position: absolute;
  margin: 0 auto;
  width: 50%;
  right: -4%;
  top: -4%;
}

.thumbnail_top .item .inner .badge {
  position: absolute;
  max-width: 100px !important;
  right: 0;
  top: 0;
  aspect-ratio: unset !important;
  z-index: 1;
}/*# sourceMappingURL=thumbnail-top.css.map */