/* ==============================
   Logo Gallery (No Hover Version)
================================ */

.gallery-one {
    position: relative;
  }
  
  /* carousel layout */
  .gallery-one__carousel {
    position: relative;
  }
  
  /* single item */
  .gallery-one__single {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* image container */
  .gallery-one__img{
    display:flex;
    align-items:center;
    justify-content:center;
    height:80px;
  }
  
  .gallery-one__img:before{ display:none !important; }
  
  .gallery-one__img a{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  
  .gallery-one__img img{
    width:auto;
    max-width:100px;
    max-height:45px;
    object-fit:contain;
    transition:none !important;
    transform:none !important;
  }
  
  /* remove theme hover */
  .gallery-one__single:hover .gallery-one__img img{ transform:none !important; }
  .gallery-one__img a{ opacity:1 !important; transform:none !important; }
  
  /* tight spacing */
  .gallery-one__carousel .owl-item{ padding: 0 6px; }

  @media (max-width:768px){
    .gallery-one__img{ height:60px; }
    .gallery-one__img img{ max-width:80px; max-height:35px; }
    .gallery-one__carousel .owl-item{ margin:0 4px; }
  }
  


  @media (max-width:768px){
    .gallery-one__carousel .owl-item{ padding: 0 4px; }
  }
  
  
 

  .gallery-one__carousel .owl-stage{ display:flex; align-items:center; }
  .gallery-one__carousel .owl-item{ display:flex; justify-content:center; }
  
  














/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/