.ecommbanners .htmlcontent {
    display: grid;
}
.ecommbanners li {
    width: 100%;
    height: 30px;
    padding: 0px;
}
.ecommbanners figure {
    margin: 0px;
    height: 100%;
    position: relative;
}
.ecommbanners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.htmlcontent-item-3 {
    grid-row: span 2;
}
div#ecommbanners_displayBanner {
     height: 30px; 
}

div#ecommbanners_displayBanner ul.htmlcontent {
    height: 30px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
}
div#ecommbanners_displayBanner .item-html {
    height: 30px;
}
div#ecommbanners_displayBanner ul.htmlcontent p {
    height: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 29.63px;
    font-size: 12px;
    color: #000;
}
#ecommbanners_displayHome.ecommbanners figure{
    position: relative;
}
#ecommbanners_displayHome .item-html {
    /* position: absolute; */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 0 15px 15px 15px;
    background: #ffffff52;
}
#ecommbanners_displayHome .item-html p{
    color: black;
    margin: 0px;
}
.ecommbannerstitle {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 40px 0px 20px;
}

#ecommbanners_displayBanner .htmlcontent #currency-lang-selectors {
    position: absolute;
    top: 2px;
    right: 6px;
    padding: 3px 0 0 0;
}

#ecommbanners_displayBanner .htmlcontent #currency-lang-selectors > div {
    display: inline-block;
}

#ecommbanners_displayBanner .htmlcontent #currency-lang-selectors > div {
    margin-left: 8px;
}

/* media queries */
@media(max-width: 767px){
    .ecommbanners .htmlcontent {
        grid-template-columns: 1fr!important;
    }
    .ecommbanners li {
        grid-column: span 1!important;
        grid-row: span 1!important;
    }
}
/* end media queries */
