
    #optimization-floor-3{
        background-image: url('https://yellowheadinc.com/wp-content/themes/sogo-child/images/clients-BG.jpg');
        padding: 0 0 4.3% 0;
    }

    .car-cont{
        height: auto;
    }

    #myCarousel{
        /*height: 143px;*/
        /*height: auto;*/
        /*height: 12vw;*/
        /*position: relative;*/
    }

    .carousel{
        /*height: 143px;*/
        height: auto;
        /*height: 12vw;*/
        position: relative;
        margin-bottom: 0.3%;
    }

    .carousel-inner{
        height: auto;
        position: relative;
        /*height: 141px;*/
        /*width: 75%;*/
        /*width: 54.3%;*/
        /*width: 100%;*/
        /*width: 76%;*/
        width: 998px;
        height: 143px;
        overflow: hidden;
        margin: 0 auto;
    }

    .item{
        display: block;
        /*height: 141px;*/
        height: auto;
    }

    .animg{
        /*width: 14.285%;*/
        /*width: 14%;*/
        float: left;
    }

    .animg:not(:last-child) {
        /*margin-right: 1.1%;*/
        margin-right: 0.3%;
    }

    .animg img{
        /*border: 1px solid black;*/
        border-radius: 4px;
    }

    .carousel-control.right{
        background-image: none;
    }
    .carousel-control .glyphicon-chevron-right{
        font-size: 300%;
        top: 35%;
        right: -2%;
    }

    .carousel-control.left{
        background-image: none;
    }
    .carousel-control .glyphicon-chevron-left{
        font-size: 300%;
        top: 35%;
        left: -16%;
    }


    @media (max-width: 1035px){
        .carousel-inner{
            width: 711px;
            height: 144px;
        }
    }

    @media (max-width: 751px){
        .carousel-inner {
            width: 423px;
        }
    }

    @media (max-width: 751px){
        .carousel-inner {
            width: 423px;
        }
    }

    @media (max-width: 480px){
        .carousel-inner {
            width: 282px;
        }
        .animg:not(:last-child) {
            margin-right: 0.7%;
        }        
    }

    @media (max-width: 325px){
        .animg{
            width: 49.8%;
        }
        .carousel-inner {
            width: 100%;
            height: 147px;
        }

    }


