.promotion-item .main {
    height: var(--carousel-height-desktop);
    display: flex;
    justify-content: center;
    position: relative;
    top: calc(var(--carousel-height-desktop)*-1);
    visibility: hidden;