#sync1 {
    .item {
      background: red;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      min-height:500px;
      background-position:center center;
      background-size:cover;
      background-repeat:no-repeat;
         }
  .item img{
    object-fit:cover;
    height:500px !important;
  }
  }

  
  #sync2 {
    .item {
      background: #fff;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height:160px;
	  background-size:cover;
	  background-position:center center;
	  background-repeat:no-repeat;
    }
    .owl-item.current.active::before{
      content:"";
      position:absolute;
      top:0;
      height:100%;
      width:100%;
      background:rgba(0,0,0,0.6);
      z-index:9;
    }
    .owl-stage{
      display:flex;
    } 
    
  }
  
  .owl-theme {
    .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
      [class*='owl-'] {
        transition: all .3s ease;
        &.disabled:hover {
         background-color: #D6D6D6;
        }   
      }
    }
  }
  

  #sync1.owl-theme {
    position: relative !important; 
    .owl-next, .owl-prev {
      width: 22px !important;
      height: 40px !important;
      margin-top: -20px !important;
      position: absolute !important;
      top: 50% !important;
    }
    .owl-prev {
      left: 10px !important;
    }
    .owl-next {
      right: 10px !important;
    }
  }
  
  .owl-next, .owl-prev {
      width: 22px !important;
      height: 40px !important;
      margin-top: -20px !important;
      position: absolute !important;
      top: 50% !important;
    }
    .owl-prev {
      left: 10px !important;
    }
    .owl-next {
      right: 10px !important;
    }


@media only screen and (max-width: 600px) {
  #sync1 {
    .item {
       min-height:350px;
     }
  .item img{
    object-fit:cover;
    height:350px !important;
  }
  }
	
	 #sync2 {
    .item {
      height:80px;
		 }
	}
}
