


/*.container {
  width: 100%;
  max-width: 854px;
  min-width: 440px;
  margin: 0 auto;
}  */

.vid-container {
  background-color: pink;
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vid-list-container {
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
}

.vid-list {
  width: 1008px;
  position: relative;
  left: 0;
  top: 0;
}

.vid-item {
  display: block;
  width: 148px;
  height: 148px;
  float: left;
  margin: 0;
  padding: 10px;
}

.thumb {
  height: 84px;
}

.thumb img {
  width: 100%;
  position: relative;
  top: -13px;
}

.vid-item .desc {
  color: #21A1D2;
  font-size: 15px;
  margin-top: 5px;
}

.arrows {
  position: relative;
  width: 100%;
}

.arrow-left {
  color: #000;
  position: absolute;
  background: #ababab;
  padding: 15px;
  left: -55px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
}

.arrow-right {
  color: #000;
  position: absolute;
  background: #ababab;
  padding: 15px;
  right: -55px;
  top: 10px;
  z-index: 100;
}

@media (max-width: 624px) {
  .arrows {
    position: relative;
    margin: 0 auto;
    width: 96px;
  }
  .arrows .arrow-left {
    left: 0;
    top: -20px;
  }
  .arrows .arrow-right {
    right: 0;
    top: -20px;
  }
}