/*   PROMO BANNERS   */

.promo {
    background-color: #fff;
    margin-bottom: 2rem;
    position: relative;
    border: 1px solid #c2c0c0;
    overflow: hidden;
}
.promo .promo-header {
    position: relative;
    height: 5rem;
    display: flex;
    align-items: center;
}
.promo .promo-header h2, .promo .promo-header a {
    font-weight: normal;
    font-size: 2rem;
    line-height: 1;
}
.promo .promo-header h2 {
    margin: 0;
    width: 100%;
    text-align: center;
}
.promo-top .promo-header,
.promo-bottom .promo-text,
.promo-wide .promo-header{
    padding: 10px 20px 0;
}
.promo-bottom .promo-header,
.promo-top .promo-text,
.promo-wide .promo-text{
    padding: 0 20px 10px;
    margin-top: 10px;
}
.promo .promo-text {
    height: 5rem;
    display: flex;
    align-items: center;
    position: relative;
}
.promo-top {
    padding-bottom: 5rem;
}
.promo-top:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 95px;
    background-image: url(https://orientsilverworld.com/modules/mod_promo/assets/images/mandala04.png);
    background-size: 130%;
    background-position: center top;
}
.promo-bottom {
    padding-top: 5rem;
}
.promo-bottom:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 95px;
    background-image: url(https://orientsilverworld.com/modules/mod_promo/assets/images/mandala04.png);
    background-size: 130%;
    background-position: center bottom;
}
.promo .promo-text p {
    margin: 0;
}
.promo .promo-text a {
    padding: 3px 0;
}
.promo .owl-carousel .owl-prev {
    top: 50%;
    left: 8px;
    background: none;
    border: none;
    z-index: 102;
}
.promo .owl-carousel .owl-next {
    top: 50%;
    right: 8px;
    background: none;
    border: none;
    z-index: 103;
}
.promo .owl-carousel {
    width: 100%;
}
.promo-wide .promo-header  {
    height: 4rem;
}
.promo-wide {
    padding-bottom: 3rem;
}
.promo-wide .promo-header a {
    font-size: 3rem;
}
.promo-carousel-wide.owl-carousel {
    width: 100%;
}
.promo-wide::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 86px;
    z-index: 110;
    background-image: url(https://orientsilverworld.com/modules/mod_promo/assets/images/mandala04.png);
    background-size: 50%;
    background-repeat: repeat-x;
    background-position: center top;
}
@media (max-width: 1024px){
    .promo-top .promo-header, .promo-bottom .promo-text, .promo-wide .promo-header {
        padding: 5px 10px 0;
    }
    .promo .promo-header {
        height: 3rem;
    }
    .promo .promo-header h2, .promo .promo-header a {
        font-size: 1.3rem;
    }
    .promo .owl-carousel .owl-prev {
        left: 0;
    }
    .promo .owl-carousel .owl-next {
        right: 0;
    }
    .promo-top {
        padding-bottom: 3rem;
    }
    .promo-top::before {
        height: 70px;
    }
    .promo-wide::after{
        height: 78px;
    }
}