#sync1 .item,.item-video {
  height:600px;
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 5%;
}

#sync1 .item-video iframe{
  width: 100%;
  height: 100%;
}

#sync1{
}

#sync2 .item {
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  width: 30%;
}


#sync2 .item img{
	opacity: 0.8;
	width: 100%;
}

#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current{
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}


#sync1.owl-theme {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5%;
}

#sync1.owl-theme img, iframe{
	width: 50%;
	margin: 0 auto;
}

.opacity{
	opacity: 0;
}

.active .opacity{
	opacity: 1;
}


#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 30px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 0px;
}
#sync1.owl-theme .owl-next {
  right: 0px;
}
