/* Ajuste das capas nos cards grandes (layout 26 / DeepSeaTeal) */

.btn-wall.layout26 {
  position: relative;
  overflow: hidden;
}

.btn-wall.layout26 .card-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0 .25rem .35rem;
}

.btn-wall.layout26 .card-inner .type-img,
.btn-wall.layout26 .card-inner img.type-img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center bottom !important;
}
