.header-area a.brand-logo{
    display: block;
    text-align: center;
}
.header-area a.brand-logo > img{
    margin-top: 10px;
    width: 200px;
}
.owl-carousel .item-context{
    position: absolute;
    left: 10%;
    bottom: 25%;
    width: 200px;
}
.owl-carousel .item > div{
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.owl-carousel .item-context p{
    padding: 0;
    font-size: 0.6rem;
}
.owl-carousel .item-context p:first-child{
    font-size: 1rem;
}
.brand-item{
    padding: 0;
}
.brand-item strong{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1rem 3rem;
    display: block;
}
.brand-item a{
    margin-bottom: 2rem;
}
.product-line-item{
    padding: 0;
}
.product-line-item a{
    margin: 2rem 0;
}
.news-item > div{
    margin: 1rem 0;
}
.news-item strong{
    display: block;
    font-size: 0.9rem;
    height: 4rem;
}
.navbar-toggler{
    display: block;
    margin: 0 auto;
}
.video-item a > div{
    margin: 1rem 0;
}
.video-item strong{
    display: block;
    font-size: 1rem;
}

@media (min-width: 576px) {
    .header-area a.brand-logo > img{
        width: 200px;
    }
    .owl-carousel .item-context{
        width: 240px;
    }
    .owl-carousel .item-context p{
        font-size: 1rem;
    }
    .owl-carousel .item-context p:first-child{
        font-size: 1.2rem;
    }
    .news-item strong{
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .owl-carousel .item-context{
        width: 380px;
    }
    .owl-carousel .item-context p{
        font-size: 1.2rem;
    }
    .owl-carousel .item-context p:first-child{
        font-size: 1.8rem;
    }
    .news-item strong{
        font-size: 1.3rem;
        height: 5rem;
    }
    .video-item strong{
        font-size: 1.2rem;
    }
}
.brands-filter-wrapper a{
    text-decoration: none;
    font-size: 1.2rem;
    color: #472583!important;
}

@media (min-width: 992px) {
    .header-area a.brand-logo > img{
        width: 280px;
    }
    .owl-carousel .item-context{
        width: 380px;
    }
    .owl-carousel .item-context p{
        font-size: 1.4rem;
    }
    .owl-carousel .item-context p:first-child{
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {  }

@media (min-width: 1400px) {  }