@media screen and (max-width:1230px){
    .px-c17{
        padding-left:5%!important;
        padding-right:5%!important;
    }
    .pb-10-mobile{
        padding-bottom: 10px!important;
    }
    .col-32{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10%;
    }
    .row-splash{
        height: 53vh;
        background-image: url("../images/mobile-1170x1354.jpg?r=4");
        background-size:cover;
    }
    .middle-center {
        flex-direction: row!important;
    }
    .w-100-mobile{
        width: 100%!important;
    }
    #header #logo{
        padding:0px;
    }
    .slick .slick-next {
        right: -15%;
        width:30px;
        height:30px;
    }
    .slick .slick-prev {
        left: -15%;
        width:30px;
        height:30px;
    }
    .slick .slick-next::before {
        width:30px;
        height:30px;
    }
    .slick .slick-prev::before {
        width:30px;
        height:30px;
    }
    footer{
        height:auto;
    }
    html, body{
        text-size-adjust: none!important;
        -webkit-text-size-adjust: none!important;
        -moz-text-size-adjust: none!important;
        -ms-text-size-adjust: none!important;
    }
    .navbar-collapse .nav-item{
        display: block;
        padding-top:0px;
        padding-bottom:0px;
        text-align: center;
    }
    .navbar-collapse .nav-item:not(:last-child){
        margin-right:0px;
    }
    #navbarResponsive .fs-26 {
        font-size: 20px;
    }
    #navbarResponsive{
        padding-top:10px;
        padding-bottom:10px;
        background: rgb(220,6,30);
        background: linear-gradient(0deg, rgba(220,6,30,1) 30%, rgba(175,8,25,1) 100%);
    }
    .row-nav a{
        color:white;
    }
    .fixed-top {
        height: 7vh;
    }
    .row-nav img {
        max-height: 80px;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .h4, h4 {
        font-size: 20px;
    }
    .fs-25 {
        font-size: 20px;
    }
    .row-prod .card-img-top {
    }
    .row-prod .card-img-top{
        height:290px;
    }
}