 /* Small devices (landscape phones, 576px and up) */
 
 @media (max-width: 375px),
 (max-width: 425px) {
     .navbar-expand-lg .navbar-collapse {
         display: auto;
         flex-basis: 100%;
         justify-content: space-around;
     }
     
     .nav-link {
         padding: 0.5rem !important;
     }
     .carousel-inner {
         height: 40vh;
     }
     .footer-sub {
         display: flex;
         align-content: stretch;
         justify-content: center;
         flex-wrap: wrap;
     }
     
 }
 /* Medium devices (tablets, 768px and up) */
 
 @media (min-width: 768px) {
     .carousel-inner {
         height: auto;
     }
     .feat-prod-img {
        height: 12rem;
        
    }
 }
 /* Large devices (desktops, 992px and up) */
 
 @media (min-width: 992px) {
     .carousel-inner {
         height: auto;
     }
 }
 /* X-Large devices (large desktops, 1200px and up) */
 /* @media (min-width: 1200px) {
     ...
 } */
 /* XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1400px) {
    .feat-prod-img {
        height: 16rem;
        background: #4DC7A0;
    }
    .product-img
    {
        height: 30rem;
    }
 }
 @media (max-width: 768px)  {
    .feat-prod-img {
        height: 7rem;
        background: #4DC7A0;
    }
    .navbar-nav > li, .flexMenu-viewMore
    {
        margin-left: 0 !important;
    }
    .js .scrollmenu
    {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width: 425px)  {
.feat-prod-img {
    height: 9rem;
    background: #4DC7A0;
}
.small, small {
    font-size: .675em;
}
}