.promotion-item+.promotion-item {
    margin-top: 5px !important;
}

.top-tab-container {
    display: block;
}

.top-tab-container.promotion a {
    margin: 5px;
}

.promotion-item {
    min-height: 0px !important;
}

.promotion-items {
    display: flex;
    min-height: 0px !important;
}

.promotion-item img {
    width: 98%;
}

.promotions-info {
    background: #f2dc7d;
    background: linear-gradient(to bottom, #f2dc7d 0%, #b88416 100%);
    display: block;
    position: relative;
    width: 27px;
}

.click-for-more-info-button {
    rotate: 90deg;
    width: 314px;
    position: relative;
    display: block;
    right: 143px;
    top: 46%;
    font-size: 10px;
    color: #000 !important;
}

.promotion-item .click-for-more-info-button {
    padding: 0px !important;
    background: transparent !important;
    height: 38px;
}

@media only screen and (max-width: 567px) {
    .click-for-more-info-button {
        font-size: 8px !important;
        width: 127px !important;
        right: 50px !important;
        top: 40% !important;
    }
    .promotion-item img {
        width: 96% !important;
    }
    .promotion-item .click-for-more-info-button {
        height: 24px !important;
    }
}