
.networkcontent { 
    padding-left:0px;
    background:none !important;
    width:136px;

}



.networkcontent .image {
    width:136px;
    height:83px;
}



.networkcontent .image img {
    width:136px;
    height:83px;
}


@media screen and (max-width:720px)
{

    .networkcontent { 
        width:200px;
        height:180px;
        margin-right:30px;
      
    }
    .networkcontent:nth-child(3) {
        margin-right:0px;
    }
   
    .networkcontent .image {
        width:200px;
         height:122px;
    }

    .networkcontent .image img {
        width:200px;
       
         height:122px;
    }

    

}

@media screen and (max-width:659px)
{

    .networkcontent { 
        width:200px;
        height:180px;
        margin-right:20px;
      
    }
    .networkcontent:nth-child(even) {
        margin-right:0px;
    }
   
    .networkcontent .image {
        width:200px;
         height:122px;
    }

    .networkcontent .image img {
        width:200px;
       
         height:122px;
    }

    

}

@media screen and (max-width:419px)
{
    
    .networkcontent { 
        width:300px ;
        height:230px;
        margin-right:0px;
      
    }
    .networkcontent .image {
        width:300px;
         height:183px;
    }



    .networkcontent .image img {
        width:300px;
       
         height:183px;
    }

    

}

