/* 
 Theme Name:   Grabmedia Elementor Child
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   https://dev.wwwkurimas.lt/grabmedia
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


#clients-logos li {
    width: 25%;
    float: left;
    list-style: none;
    margin: 0 !important;
}

#clients-logos a {
    width: 100%;
    height: 160px;
    text-align: center;
    line-height: 120px;
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#clients-logos img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    display: inline;
    vertical-align: middle;
    margin: 0;
}