/* Add here all your css styles (customizations) */
.breadcrumbs-v4 {
    height: 200px;
}
@media (max-width: 550px) {
    #BannerText {
        font-size: 25px!important;
        left: 25%!important;
        top: 20px!important;
    }
    #products_section {
        width: 100%;
    }
    .breadcrumbs-v4 {
        height: 70px;
    }
    .breadcrumbs-v4 .breadcrumb-v4-in {
        display: none;
    }
}