/*.content .col-lg-4 img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
.content img{
    background: white;
    cursor: pointer;
    transition: All 0.2s ease-in-out;
}
.content img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
@media (min-width:1200px) {
    .content{
        margin: 1rem auto;
        width: 28.95rem;
        /*height: 20rem;*/
        overflow: hidden;

    }
    .content img{
        width: 9rem;
        height: 3rem;
        margin-top: 0.2rem;
        display: inline-block;
        float: left;
        margin-left: 0.47rem;
    }

}
@media (max-width:1200px){
    .content{
        margin: 1rem auto;
        width: 28.95rem;
        /*height: 20rem;*/
        overflow: hidden;

    }
    .content img{
        width: 9rem;
        height: 3rem;
        margin-top: 0.2rem;
        display: inline-block;
        float: left;
        margin-left: 0.47rem;

    }
}
@media (max-width:990px){
    .content{
        width: 100%;
    }
    .content img{
        width: 30%;
        height: 2rem;
        margin-left: 0.7rem;
    }
    .content{
        /*margin-left: 0.4rem;*/
    }
}
@media (max-width:768px){
    .content img{
        width: 80%;
        height: 3rem;
        margin-left: 10%;
        margin-top: 0.5rem;
    }
}