/* video container */
/* VIDEO PLAYER CONTAINER TNG */
.rny-vid-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  margin-top: 30px;
  height: 0;
}

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

/*  VIDEOS PLAYLIST TNG
############################### */
.rny-vid-list-container {
  /*width: 92%;*/
  overflow: hidden;
  margin-top: 10px;
  /*margin-left:4%;*/
  /*padding-bottom: 20px;*/
}

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

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

.rny-thumb {
  /*position: relative;*/
  overflow: hidden;
  /*height: 84px;*/
}

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

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

.rny-vid-item:hover {
  /*background: #eee;*/
  cursor: pointer;
}

.rny-arrows {
  position: relative;
  width: 100%;
  text-align: center;
}

.rny-arrow-left {
  color: #fff;
  display: inline-block;
  /*position: absolute;*/
  background: #777;
  padding: 15px;
  /*left: -40px;*/
  /*top: -130px;*/
  z-index: 99;
  cursor: pointer;
}

.rny-arrow-right {
  color: #fff;
  display: inline-block;
  /*position: absolute;*/
  background: #777;
  padding: 15px;
  /*right: -13px;*/
  /*top: -130px;*/
  z-index: 100;
  cursor: pointer;
}

.rny-arrow-left:hover {
  background: #cc181e;
}

.rny-arrow-right:hover {
  background: #cc181e;
}

@media (max-width: 624px) {
  /*.caption {
        margin-top: 40px;
    }*/
  .rny-vid-list-container {
    padding-bottom: 20px;
  }

  /* reposition left/right arrows */
  .rny-arrows {
    position: relative;
    margin: 0 auto;
    width: 96px;
  }
  .rny-arrow-left {
    left: 0;
    top: -17px;
  }

  .rny-arrow-right {
    right: 0;
    top: -17px;
  }
}

/* VIDEO PLAYER CONTAINER HOOMAS */
.rny-vid-container-humas {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  margin-top: 30px;
  height: 0;
}

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

/*  VIDEOS PLAYLIST TNG
############################### */
.rny-vid-list-container-humas {
  /*width: 92%;*/
  overflow: hidden;
  margin-top: 10px;
  /*margin-left:4%;*/
  /*padding-bottom: 20px;*/
}

.rny-vid-list-humas {
  width: 1344px;
  position: relative;
  top: 0;
  left: 0;
}

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

.rny-thumb {
  /*position: relative;*/
  overflow: hidden;
  /*height: 84px;*/
}

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

.rny-vid-item-humas .desc {
  color: #000000;
  font-size: 15px;
  margin-top: 5px;
}

.rny-vid-item-humas:hover {
  /*background: #eee;*/
  cursor: pointer;
}

.rny-arrows {
  position: relative;
  width: 100%;
  text-align: center;
}

.rny-arrow-left-humas {
  color: #fff;
  display: inline-block;
  /*position: absolute;*/
  background: #777;
  padding: 15px;
  /*left: -40px;*/
  /*top: -130px;*/
  z-index: 99;
  cursor: pointer;
}

.rny-arrow-right-humas {
  color: #fff;
  display: inline-block;
  /*position: absolute;*/
  background: #777;
  padding: 15px;
  /*right: -13px;*/
  /*top: -130px;*/
  z-index: 100;
  cursor: pointer;
}

.rny-arrow-left-humas:hover {
  background: #cc181e;
}

.rny-arrow-right-humas:hover {
  background: #cc181e;
}

@media (max-width: 624px) {
  /*.caption {
        margin-top: 40px;
    }*/
  .rny-vid-list-container-humas {
    padding-bottom: 20px;
  }

  /* reposition left/right arrows */
  .rny-arrows {
    position: relative;
    margin: 0 auto;
    width: 96px;
  }
  .rny-arrow-left-humas {
    left: 0;
    top: -17px;
  }

  .rny-arrow-right-humas {
    right: 0;
    top: -17px;
  }
}
/* end video container */
