.clients.element-three{
width:auto;
}
.clients.element-three:not(.owl-carousel):after{
display:block;
content:" ";
width:100%;
height:0;
clear:both;
}
.clients.element-three *{
margin:0 auto;
}
.clients.element-three .clients-item{
padding:20px 15px 20px 15px;
border:1px #f2f2f2 solid;
}
.clients.element-three:not(.owl-carousel) .clients-item{
float:left;
}
.clients.element-three .owl-stage > .owl-item .clients-item,
.clients.element-three:not(.owl-carousel) .clients-item{
background-color:#fafafa;
}
.clients.element-three .owl-stage > .owl-item:nth-child(even) .clients-item,
.clients.element-three:not(.owl-carousel) .clients-item:nth-child(even){
background-color:#f4f4f4;
}
.clients.element-three .clients-item > .holder{
text-align:center;
}
.clients.element-three .clients-item > .holder > .table{
display:table;
table-layout:fixed;
width:100%;
height:100%;
margin:0;
}
.clients.element-three .clients-item > .holder > .table > .table-cell{
display:table-cell;
width:100%;
height:100%;
vertical-align:middle;
}
.clients.element-three .clients-item > .holder .pic{
display:inline-block;
vertical-align:top;
}
.clients.element-three .clients-item > .holder .pic img{
opacity:0.5;
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.clients.element-three .clients-item > .holder:hover .pic img{
opacity:1;
} @media screen and (min-width:1200px){
} @media screen and (min-width:992px) and (max-width:1199px){
} @media screen and (min-width:768px) and (max-width:991px){
} @media screen and (min-width:480px) and (max-width:767px){
.clients.element-three:not(.owl-carousel) .clients-item{
width:100% !important;
}
} @media screen and (min-width:321px) and (max-width:479px){
.clients.element-three:not(.owl-carousel) .clients-item{
width:100% !important;
}
} @media screen and (max-width:320px){
.clients.element-three:not(.owl-carousel) .clients-item{
width:100% !important;
}
}