.esales-banner {

  position: relative;

  display: flex;

  width: 100%;

  flex-direction: column;

  justify-content: flex-end;

  overflow: hidden;

  aspect-ratio: 375 / 480
}

  @media (min-width: 1024px) {.esales-banner {
    aspect-ratio: auto;
    height: 440px
}
  }

  .esales-banner .img-box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
  }

  .esales-banner .img-box img {

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

     object-fit: cover
}

  .esales-banner .twm-container {

  position: relative
}

  .esales-banner .banner-action {

  display: flex;

  flex-direction: column-reverse;

  gap: 1rem;

  padding-bottom: 2.75rem
}

  @media (min-width: 1024px) {

  .esales-banner .banner-action {

    flex-direction: row;

    justify-content: center;

    gap: 1.5rem;

    padding-bottom: 62px
  }
}
/*# sourceMappingURL=esales-banner.css.map */
