.slider-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling:touch;
}

.slider-video {
  width: 950px;
}

.slider-video > * {
  -webkit-transform: translateZ(0px);
}


.img-slider-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling:touch;
}

.img-slider {
  width: 2000px;
}

.img-slider > * {
  -webkit-transform: translateZ(0px);
}

.img-slider-wrapper::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}

.unit {
  float: left;
  width: 140px;
  height: auto;
  margin: 0px 0 0px 10px;
}

.unit p{
  font-size: 10px;
  color: gray;
  margin: 5px 0px 10px 2px;
}

.unit img{
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.img-unit {
  float: left;
  width: 100%;
  margin: 0 10px 5px 5px;
}

.img-unit:first-child {
  margin: 0;
}

.img-unit .img {
  text-align: center;
}

.video{
  position:relative;
}
.video iframe{
  top:0;
  right:0;
  width:100%;
  height:100%;

}