/*
* video_repo_2.css
*/

/** {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}*/

#page_content #content {
    height: auto;
}
#video-repo-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#video-repo-wrap ul li {
  padding: 0;
  margin: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}


#video-repo-wrap .slider-mask .swiper-slide a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  transition: 0.25s;
}
#video-repo-wrap .slider-mask .swiper-slide a:hover {
  text-decoration: none;
}
#video-repo-wrap .slider-mask .swiper-slide img {
  width: 100%;
  transition: 0.3s;
  display: block;
}
#video-repo-wrap .slider-mask .swiper-slide .slider-play {
  position: absolute;
  width: 87px;
  height: 87px;
  bottom: 40px;
  left: 40px;
  background: url("../../content/dam/goarmy/repo/images/btn-play-slide.png") no-repeat center;
}
@media (max-width: 963px) {
  #video-repo-wrap .slider-mask .swiper-slide .slider-play {
    width: 65px;
    height: 65px;
    background-size: cover;
  }
}
#video-repo-wrap .slider-mask .swiper-slide .copy-block {
  position: absolute;
  bottom: 40px;
  left: 150px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding-right: 20px;
}
@media (max-width: 963px) {
  #video-repo-wrap .slider-mask .swiper-slide .copy-block {
    left: 130px;
  }
}
#video-repo-wrap .slider-mask .swiper-slide .copy-block .top-line {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 963px) {
  #video-repo-wrap .slider-mask .swiper-slide .copy-block .top-line {
    font-size: 14px;
  }
}
#video-repo-wrap .slider-mask .swiper-slide .copy-block .top-line div,
#video-repo-wrap .slider-mask .swiper-slide .copy-block .top-line span {
  float: left;
  margin-right: 5px;
}
#video-repo-wrap .slider-mask .swiper-slide .copy-block h1 {
  color: #ffd530;
  font-size: 38px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 963px) {
  #video-repo-wrap .slider-mask .swiper-slide .copy-block h1 {
    font-size: 24px;
    line-height: 20px;
  }
}
#video-repo-wrap .slider-mask .swiper-slide .copy-block p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 963px) {
  #video-repo-wrap .slider-mask .swiper-slide .copy-block p {
    font-size: 12px;
  }
}
#video-repo-wrap .slider-mask .swiper-slide.fallback img {
  width: 65%;
}
#video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block {
  width: 35.5%;
  height: auto;
  min-height: 350px;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 70px 30px 30px 30px;
  background: url("../../content/dam/goarmy/repo/images/bg-slide.jpg");
  background-size: cover;
  box-sizing: border-box;
}
@media (max-width: 963px) {
  #video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block {
    min-height: 0;
  }
}
#video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block h1 {
  font-size: 26px;
  line-height: 26px;
}
#video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block p {
  font-size: 14px;
}

#video-repo-wrap ul.thumbs-row {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  height: 180px;
}
#video-repo-wrap ul.thumbs-row.closed {
  height: 0;
}
#video-repo-wrap ul.thumbs-row a {
  color: #333c33;
  text-decoration: none;
}
#video-repo-wrap ul.thumbs-row h3 {
  color: #333c33;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
}
#video-repo-wrap ul.thumbs-row p {
  font-size: 12px;
  color: #83847a;
}
#video-repo-wrap ul.thumbs-row a:hover {
  text-decoration: none;
}
#video-repo-wrap ul.thumbs-row a:hover span.repo-play-btn {
  opacity: 1;
}
#video-repo-wrap ul.thumbs-row span.repo-thumb-img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 125px;
}
#video-repo-wrap ul.thumbs-row span.repo-thumb-img span.time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 38px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #000;
  border: 1px solid #515151;
  color: #fff;
  z-index: 2;
}
#video-repo-wrap ul.thumbs-row span.repo-play-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: url('../../content/dam/goarmy/repo/images/btn-play.png') no-repeat 7% 85%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
#video-repo-wrap ul.thumbs-row li {
  width: 222px;
  height: auto;
  float: left;
  padding-right: 10px;
}
#video-repo-wrap ul.thumbs-row li img {
  width: 100%;
  max-height: 310px;
}
#video-repo-wrap ul.thumbs-row li h3 {
  font-size: 12px;
  letter-spacing: 0;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.thumbs-row li {
    width: 24%;
    padding-right: 1.3%;
  }
}
#video-repo-wrap ul.thumbs-row li span.repo-play-btn {
  background-size: 30px 30px;
}
#video-repo-wrap ul.thumbs-row li:last-child {
  padding-right: 0;
}
#video-repo-wrap .repo-featured,
#video-repo-wrap .repo-cagegory {
  padding: 20px;
  box-sizing: border-box;
}
#video-repo-wrap .repo-featured h2,
#video-repo-wrap .repo-cagegory h2 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#video-repo-wrap .repo-featured h2 a,
#video-repo-wrap .repo-cagegory h2 a {
  color: #000;
  text-decoration: none;
}
#video-repo-wrap .repo-featured h2 a:after,
#video-repo-wrap .repo-cagegory h2 a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url('../../content/dam/goarmy/repo/images/icon-link-arrow.png') no-repeat center;
  margin-left: 15px;
}
/*
#video-repo-wrap #home-featured {
  min-height: 600px;
}
*/
#video-repo-wrap ul.featured-thumbs {
  width: 100%;
  height: auto;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs {
    width: 100%;
    margin-right: 0;
  }
}
#video-repo-wrap ul.featured-thumbs span.repo-thumb-img {
  height: auto;
}
#video-repo-wrap ul.featured-thumbs li {
  width: 196px;
  height: 175px;
  float: left;
  padding-right: 10px;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li {
    width: 32%;
    padding-right: 2%;
  }
}
#video-repo-wrap ul.featured-thumbs li img {
  width: 100%;
  max-height: 310px;
}
#video-repo-wrap ul.featured-thumbs li h3 {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 2px;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li h3 {
    min-height: 35px;
    font-size: 12px;
  }
}
#video-repo-wrap ul.featured-thumbs li span.repo-play-btn {
  background-size: 30px 30px;
}
#video-repo-wrap ul.featured-thumbs li.big-thumb {
  float: left;
  width: 504px;
  padding-right: 10px;
  height: auto;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li.big-thumb {
    width: 49%;
    padding-right: 2%;
  }
  #video-repo-wrap ul.featured-thumbs li.big-thumb p {
    display: none;
    letter-spacing: 0;
    padding-right: 60px;
  }
}
#video-repo-wrap ul.featured-thumbs li.big-thumb a {
  display: block;
}
#video-repo-wrap ul.featured-thumbs li.big-thumb img {
  display: block;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li.big-thumb img {
    width: 100%;
  }
}
#video-repo-wrap ul.featured-thumbs li.big-thumb span.repo-play-btn {
  background-size: 87px 87px;
}
#video-repo-wrap ul.featured-thumbs li:nth-child(3),
#video-repo-wrap ul.featured-thumbs li:nth-child(5) {
  padding-right: 0;
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li:nth-child(3) {
    padding-right: 2%;
  }
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li:nth-child(2) {
    width: 49%;
    padding-right: 0;
    height: auto;
  }
  #video-repo-wrap ul.featured-thumbs li:nth-child(2) span.repo-play-btn {
    background-size: 87px 87px;
  }
}
@media (max-width: 963px) {
  #video-repo-wrap ul.featured-thumbs li:nth-child(5) {
    padding-right: 0;
  }
}
#video-repo-wrap .bottom-thumbs {
  position: relative;
  margin-top: 20px;
}
#video-repo-wrap .bottom-thumbs .show-more {
  position: absolute;
  right: 20px;
  top: -25px;
  cursor: pointer;
  font-size: 12px;
  color: #58544d;
  font-weight: 800;
}
#video-repo-wrap .bottom-thumbs .show-more:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  position: absolute;
  right: -20px;
  top: 3px;
  background: url('../../content/dam/goarmy/repo/images/icon-more-arrow.png') no-repeat right;
}


#video-repo-wrap .bottom-thumbs .show-more.active:after {
  background: url('../../content/dam/goarmy/repo/images/icon-more-arrow.png') no-repeat left;
}
#video-repo-wrap #home-featured .repo-featured:first-child h2 a {
  pointer-events: none;
}
#video-repo-wrap #home-featured .repo-featured:first-child h2 a:after {
  display: none;
}
#video-repo-wrap #video-repo-category .repo-header .title-row h1 {
  font-size: 28px;
}
#video-repo-wrap #video-repo-subcategory .repo-header .title-row h1 {
  font-size: 28px;
}
#video-repo-wrap #video-repo-subcategory .repo-cagegory {
  padding: 20px 0 20px 20px;
}
@media (max-width: 963px) {
  #video-repo-wrap #video-repo-subcategory .repo-cagegory {
    padding: 20px;
  }
}
#video-repo-wrap #video-repo-subcategory .repo-cagegory h2 {
  font-size: 18px;
}
#video-repo-wrap #video-repo-subcategory .thumbs-row {
  height: auto;
}
#video-repo-wrap #video-repo-subcategory .thumbs-row li {
  height: 230px;
}
#video-repo-wrap #video-repo-subcategory .thumbs-row li:nth-child(4n) {
  padding-right: 0;
}

body.mobile #page_content,
body.mobile-device #page_content {
  margin: 0;
}
body.mobile #site_wrapper,
body.mobile-device #site_wrapper {
  padding-top: 0;
}
body.mobile #main_content,
body.mobile-device #main_content {
  border-radius: 0;
}
body.mobile .topnav,
body.mobile-device .topnav {
  display: block;
}
body.mobile #video-repo-wrap,
body.mobile-device #video-repo-wrap {
  padding-bottom: 30px;
}
body.mobile #video-repo-wrap .repo-header,
body.mobile-device #video-repo-wrap .repo-header {
  background: #f2f1ee;
  padding: 20px 15px;
  padding-right: 35px;
}
body.mobile #video-repo-wrap .repo-header .title-row .mobile-back-btn,
body.mobile-device #video-repo-wrap .repo-header .title-row .mobile-back-btn {
  display: inline-block;
  float: left;
  width: 12px;
  height: 18px;
  margin-right: 10px;
  background: url('../../content/dam/goarmy/repo/images/icon-back-arrow.png') no-repeat center;
  background-size: cover;
}
body.mobile #video-repo-wrap .repo-header .title-row h1,
body.mobile-device #video-repo-wrap .repo-header .title-row h1 {
  line-height: 17px;
}
body.mobile #video-repo-wrap .repo-header .title-row h1.opacity,
body.mobile-device #video-repo-wrap .repo-header .title-row h1.opacity {
  opacity: 0;
}
body.mobile #video-repo-wrap .repo-header .title-row h1:after,
body.mobile-device #video-repo-wrap .repo-header .title-row h1:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 10px;
  background: url('../../content/dam/goarmy/repo/images/icon-nav-arrow.png') no-repeat left;
  background-size: cover;
}
body.mobile #video-repo-wrap .repo-header .title-row h1.open:after,
body.mobile-device #video-repo-wrap .repo-header .title-row h1.open:after {
  background: url('../../content/dam/goarmy/repo/images/icon-nav-arrow.png') no-repeat right;
  background-size: cover;
}
body.mobile #video-repo-wrap .repo-header ul.repo-home-nav,
body.mobile-device #video-repo-wrap .repo-header ul.repo-home-nav,
body.mobile #video-repo-wrap .repo-header ul.repo-sub-nav,
body.mobile-device #video-repo-wrap .repo-header ul.repo-sub-nav {
  display: none;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: -15px;
}
body.mobile #video-repo-wrap .repo-header ul.repo-home-nav li,
body.mobile-device #video-repo-wrap .repo-header ul.repo-home-nav li,
body.mobile #video-repo-wrap .repo-header ul.repo-sub-nav li,
body.mobile-device #video-repo-wrap .repo-header ul.repo-sub-nav li {
  float: none;
}
body.mobile #video-repo-wrap .repo-header ul.repo-home-nav li a,
body.mobile-device #video-repo-wrap .repo-header ul.repo-home-nav li a,
body.mobile #video-repo-wrap .repo-header ul.repo-sub-nav li a,
body.mobile-device #video-repo-wrap .repo-header ul.repo-sub-nav li a {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #ffd530;
  padding: 15px 0;
}
body.mobile #video-repo-wrap .repo-header ul.repo-home-nav li:last-child a,
body.mobile-device #video-repo-wrap .repo-header ul.repo-home-nav li:last-child a,
body.mobile #video-repo-wrap .repo-header ul.repo-sub-nav li:last-child a,
body.mobile-device #video-repo-wrap .repo-header ul.repo-sub-nav li:last-child a {
  border-bottom: none;
}
body.mobile #video-repo-wrap .repo-header ul.repo-breadcrumbs,
body.mobile-device #video-repo-wrap .repo-header ul.repo-breadcrumbs {
  display: none;
}
body.mobile #video-repo-wrap .repo-search,
body.mobile-device #video-repo-wrap .repo-search {
  transition: 0.3s;
}
body.mobile #video-repo-wrap .repo-search input,
body.mobile-device #video-repo-wrap .repo-search input {
  background: #f2f1ee;
  width: 0;
  padding: 0;
  margin-right: 5px;
}
body.mobile #video-repo-wrap .repo-search span,
body.mobile-device #video-repo-wrap .repo-search span {
  width: 22px;
  height: 22px;
  opacity: 1;
  transition: 0s;
}
body.mobile #video-repo-wrap .repo-search.open,
body.mobile-device #video-repo-wrap .repo-search.open {
  left: 10px;
  right: 15px;
  top: 15px;
}
body.mobile #video-repo-wrap .repo-search.open input,
body.mobile-device #video-repo-wrap .repo-search.open input {
  border-bottom: 1px solid #bfb8ab;
  width: 100%;
  height: 30px;
}
body.mobile #video-repo-wrap .repo-search.open span,
body.mobile-device #video-repo-wrap .repo-search.open span {
  left: auto;
  right: 0;
  width: 17px;
  background: url('../../content/dam/goarmy/repo/images/icon-search.png') no-repeat right;
  background-size: cover;
}
body.mobile #video-repo-wrap .slider-mask,
body.mobile-device #video-repo-wrap .slider-mask {
  overflow: hidden;
  margin-bottom: 0;
  min-height: 0;
  background: #fff;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide .slider-play,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide .slider-play {
  display: none;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide .copy-block,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide .copy-block {
  position: relative;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 0 10px;
  text-shadow: none;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide .copy-block .top-line,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide .copy-block .top-line {
  display: none;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide .copy-block h1,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide .copy-block h1 {
  text-transform: none;
  color: #000;
  font-size: 18px;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide .copy-block h1:before,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide .copy-block h1:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../../content/dam/goarmy/repo/images/icon-play-mobile.png') no-repeat center;
  background-size: cover;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide .copy-block p,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide .copy-block p {
  color: #83847a;
  font-size: 14px;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide.fallback img,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide.fallback img {
  width: 100%;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block {
  width: 100%;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding: auto;
  background: #fff;
  background-size: cover;
  box-sizing: border-box;
}
body.mobile #video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block p,
body.mobile-device #video-repo-wrap .slider-mask .swiper-slide.fallback .copy-block p {
  pointer-events: none;
}
body.mobile #video-repo-wrap .slider-mask .arrow,
body.mobile-device #video-repo-wrap .slider-mask .arrow {
  opacity: 1;
  width: 35px;
  height: 40px;
  padding: 20px;
}
body.mobile #video-repo-wrap .slider-mask .arrow#swiper-prev,
body.mobile-device #video-repo-wrap .slider-mask .arrow#swiper-prev {
  left: 50%;
  margin-left: -55%;
  background: url('../../content/dam/goarmy/repo/images/pop-up-arrows.png') no-repeat 34px center;
  background-size: 45px 40px;
  background-clip: content-box;
}
body.mobile #video-repo-wrap .slider-mask .arrow#swiper-next,
body.mobile-device #video-repo-wrap .slider-mask .arrow#swiper-next {
  right: 50%;
  margin-right: -55%;
  background: url('../../content/dam/goarmy/repo/images/pop-up-arrows.png') no-repeat -4px center;
  background-size: 45px 40px;
  background-clip: content-box;
}
body.mobile #video-repo-wrap .slider-mask:hover img,
body.mobile-device #video-repo-wrap .slider-mask:hover img {
  opacity: 1;
}
body.mobile #video-repo-wrap .slider-mask:hover .arrow,
body.mobile-device #video-repo-wrap .slider-mask:hover .arrow {
  margin-left: -55% !important;
  margin-right: -55% !important;
}
body.mobile #video-repo-wrap ul.thumbs-row,
body.mobile-device #video-repo-wrap ul.thumbs-row {
  height: auto;
  max-height: 2000px;
  transition: max-height 0.5s ease-out;
}
body.mobile #video-repo-wrap ul.thumbs-row.closed,
body.mobile-device #video-repo-wrap ul.thumbs-row.closed {
  max-height: 0;
}
body.mobile #video-repo-wrap ul.thumbs-row span.repo-thumb-img,
body.mobile-device #video-repo-wrap ul.thumbs-row span.repo-thumb-img {
  height: auto;
}
body.mobile #video-repo-wrap ul.thumbs-row li,
body.mobile-device #video-repo-wrap ul.thumbs-row li {
  width: 100%;
  margin-bottom: 30px;
}
body.mobile #video-repo-wrap ul.thumbs-row li h3,
body.mobile-device #video-repo-wrap ul.thumbs-row li h3 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
}
body.mobile #video-repo-wrap ul.thumbs-row li h3:before,
body.mobile-device #video-repo-wrap ul.thumbs-row li h3:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../content/dam/goarmy/repo/images/icon-play-mobile.png') no-repeat center;
  background-size: cover;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
body.mobile #video-repo-wrap ul.thumbs-row li span.repo-play-btn,
body.mobile-device #video-repo-wrap ul.thumbs-row li span.repo-play-btn {
  display: none;
}
body.mobile #video-repo-wrap ul.thumbs-row li:nth-child(2),
body.mobile-device #video-repo-wrap ul.thumbs-row li:nth-child(2),
body.mobile #video-repo-wrap ul.thumbs-row li:nth-child(3),
body.mobile-device #video-repo-wrap ul.thumbs-row li:nth-child(3),
body.mobile #video-repo-wrap ul.thumbs-row li:nth-child(4),
body.mobile-device #video-repo-wrap ul.thumbs-row li:nth-child(4),
body.mobile #video-repo-wrap ul.thumbs-row li:nth-child(5),
body.mobile-device #video-repo-wrap ul.thumbs-row li:nth-child(5) {
  display: none;
}
body.mobile #video-repo-wrap .repo-featured,
body.mobile-device #video-repo-wrap .repo-featured,
body.mobile #video-repo-wrap .repo-cagegory,
body.mobile-device #video-repo-wrap .repo-cagegory {
  padding: 25px 10px;
}
body.mobile #video-repo-wrap .repo-featured h2,
body.mobile-device #video-repo-wrap .repo-featured h2,
body.mobile #video-repo-wrap .repo-cagegory h2,
body.mobile-device #video-repo-wrap .repo-cagegory h2 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
body.mobile #video-repo-wrap .repo-featured h2 a,
body.mobile-device #video-repo-wrap .repo-featured h2 a,
body.mobile #video-repo-wrap .repo-cagegory h2 a,
body.mobile-device #video-repo-wrap .repo-cagegory h2 a {
  position: relative;
}
body.mobile #video-repo-wrap .repo-featured h2 a:after,
body.mobile-device #video-repo-wrap .repo-featured h2 a:after,
body.mobile #video-repo-wrap .repo-cagegory h2 a:after,
body.mobile-device #video-repo-wrap .repo-cagegory h2 a:after {
  position: absolute;
  top: 3px;
  right: -15px;
  margin-left: 0;
}
body.mobile #video-repo-wrap .repo-featured ul.featured-thumbs li,
body.mobile-device #video-repo-wrap .repo-featured ul.featured-thumbs li,
body.mobile #video-repo-wrap .repo-cagegory ul.featured-thumbs li,
body.mobile-device #video-repo-wrap .repo-cagegory ul.featured-thumbs li {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
body.mobile #video-repo-wrap .repo-featured ul.featured-thumbs li h3,
body.mobile-device #video-repo-wrap .repo-featured ul.featured-thumbs li h3,
body.mobile #video-repo-wrap .repo-cagegory ul.featured-thumbs li h3,
body.mobile-device #video-repo-wrap .repo-cagegory ul.featured-thumbs li h3 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
body.mobile #video-repo-wrap .repo-featured ul.featured-thumbs li h3:before,
body.mobile-device #video-repo-wrap .repo-featured ul.featured-thumbs li h3:before,
body.mobile #video-repo-wrap .repo-cagegory ul.featured-thumbs li h3:before,
body.mobile-device #video-repo-wrap .repo-cagegory ul.featured-thumbs li h3:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../../content/dam/goarmy/repo/images/icon-play-mobile.png') no-repeat center;
  background-size: cover;
  margin-right: 6px;
  position: relative;
  top: 5px;
}
body.mobile #video-repo-wrap .bottom-thumbs,
body.mobile-device #video-repo-wrap .bottom-thumbs {
  margin-top: 0;
  margin-bottom: 20px;
}
body.mobile #video-repo-wrap .bottom-thumbs .show-more,
body.mobile-device #video-repo-wrap .bottom-thumbs .show-more {
  bottom: -30px;
  top: auto;
  right: 0;
  left: 0;
  border: 2px solid #bfb8ab;
  color: #bfb8ab;
  background: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
body.mobile #video-repo-wrap .bottom-thumbs .show-more:after,
body.mobile-device #video-repo-wrap .bottom-thumbs .show-more:after {
  display: none;
}
body.mobile #video-repo-wrap #video-repo-category .repo-header .title-row h1,
body.mobile-device #video-repo-wrap #video-repo-category .repo-header .title-row h1 {
  font-size: 20px;
}
body.mobile #video-repo-wrap #video-repo-subcategory .repo-header .title-row h1,
body.mobile-device #video-repo-wrap #video-repo-subcategory .repo-header .title-row h1 {
  font-size: 20px;
}
body.mobile #video-repo-wrap #video-repo-subcategory .repo-header .title-row h1:after,
body.mobile-device #video-repo-wrap #video-repo-subcategory .repo-header .title-row h1:after {
  display: none;
}
body.mobile #video-repo-wrap #video-repo-subcategory .repo-header .title-row li,
body.mobile-device #video-repo-wrap #video-repo-subcategory .repo-header .title-row li {
  height: auto;
}
body.mobile #video-repo-wrap #video-repo-subcategory .slider-mask,
body.mobile-device #video-repo-wrap #video-repo-subcategory .slider-mask {
  margin-bottom: 55px;
}
body.mobile #video-repo-wrap #video-repo-subcategory .slider-mask.no-pagination,
body.mobile-device #video-repo-wrap #video-repo-subcategory .slider-mask.no-pagination {
  margin-bottom: 0;
}
body.mobile #video-repo-wrap #video-repo-subcategory ul.thumbs-row,
body.mobile-device #video-repo-wrap #video-repo-subcategory ul.thumbs-row {
  max-height: 9999px;
}
body.mobile #video-repo-wrap #video-repo-subcategory ul.thumbs-row li,
body.mobile-device #video-repo-wrap #video-repo-subcategory ul.thumbs-row li {
  height: auto;
}
body.mobile #video-repo-wrap #video-repo-subcategory .subcat-pagination,
body.mobile-device #video-repo-wrap #video-repo-subcategory .subcat-pagination {
  float: left;
  top: -65px;
}
body.mobile #video-repo-wrap #video-repo-subcategory .subcat-pagination:last-child,
body.mobile-device #video-repo-wrap #video-repo-subcategory .subcat-pagination:last-child {
  top: 0;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-player,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-player {
  margin: 0;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-player .repo-share,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-player .repo-share {
  position: absolute;
  bottom: -45px;
  right: auto;
  left: 7px;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-meta,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-meta {
  margin: 60px  0 0 0;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-meta #video-pagination,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-meta #video-pagination {
  margin: 15px 0 0 10px;
  font-size: 14px;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-meta #repo-video-title,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-meta #repo-video-title {
  margin: 10px;
  font-size: 18px;
  line-height: 18px;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-meta #repo-video-desc,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-meta #repo-video-desc {
  font-size: 14px;
  padding: 15px 0;
  margin: 0 10px;
  line-height: 18px;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-related-links,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-related-links,
body.mobile #video-repo-wrap #video-repo-video .repo-video-category-links,
body.mobile-device #video-repo-wrap #video-repo-video .repo-video-category-links {
  padding: 15px 10px 0px 10px;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-related-links h5,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-related-links h5,
body.mobile #video-repo-wrap #video-repo-video .repo-video-category-links h5,
body.mobile-device #video-repo-wrap #video-repo-video .repo-video-category-links h5 {
  padding-bottom: 0;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-footer,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-footer {
  padding: 0;
}
body.mobile #video-repo-wrap #video-repo-video #repo-video-series,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-series,
body.mobile #video-repo-wrap #video-repo-video #repo-video-related,
body.mobile-device #video-repo-wrap #video-repo-video #repo-video-related {
  padding: 25px 10px;
}
body.mobile #video-repo-wrap #video-repo-search,
body.mobile-device #video-repo-wrap #video-repo-search {
  padding-top: 0;
}
body.mobile #video-repo-wrap #video-repo-search .repo-header,
body.mobile-device #video-repo-wrap #video-repo-search .repo-header {
  display: block;
}
body.mobile #video-repo-wrap #video-repo-search .repo-header .title-row h1:after,
body.mobile-device #video-repo-wrap #video-repo-search .repo-header .title-row h1:after {
  display: none;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results {
  padding: 0 10px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results .search-bar h1,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results .search-bar h1 {
  margin: 25px 0;
  line-height: 25px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results .search-bar .input-holder,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results .search-bar .input-holder {
  display: none;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results .search-sub-header,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results .search-sub-header {
  margin-bottom: 20px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results .search-filter,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results .search-filter {
  float: none;
  height: 15px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results .search-pagination,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results .search-pagination {
  position: relative;
  top: auto;
  display: block;
  float: none;
  margin-bottom: 25px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li {
  min-height: 75px;
  position: relative;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li a.repo-thumb-img,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li a.repo-thumb-img {
  width: 115px;
  height: auto;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li a.repo-thumb-img span,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li a.repo-thumb-img span {
  font-size: 12px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy {
  position: absolute;
  left: 125px;
  right: 0;
  width: auto;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy span,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy span,
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy a,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy a {
  display: none;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy h3,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
  line-height: 12px;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy h3 a,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy h3 a {
  display: block;
}
body.mobile #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy p,
body.mobile-device #video-repo-wrap #video-repo-search .repo-search-results ul.results-list li .search-res-copy p {
  overflow: hidden;
  height: 45px;
  font-size: 12px;
}



/* video player grid */
/* ************ */
body {
  min-width: 320px;
}
.mobile-only {
  visibility: hidden;
}
@media (max-width: 768px) {
  body.mobile .desktop-only {
    visibility: hidden;
  }
  body.mobile .mobile-only {
    visibility: visible;
  }
}


.video-player-row {
  width: 96%;
  clear: both;
  position: relative;
  padding: 0 2%;
}
.video-player-column100 {
  width: 100%;
  float: left;
  padding-top: 7%;
}
.video-player-column33 {
  width: 33.333%;
  float: left;
  padding-top: 2%;
}
.video-player-column66 {
  width: 66.666%;
  float: left;
}
body.mobile .video-player-mobile-column50 {
  width: 50%;
  float: left;
}


/* player */
/* ************ */
#repo-video-player {
  margin: 0 20px;
  position: relative;
  display: block;
}
.mobile #repo-video-player {
  margin: 0;
}
.mobile #video {
  width: 100% !important;
  height: 100% !important;
}
.mobile .vjs-big-play-button {
  margin: 0;
}
#repo-video-player #player-bg {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
}
#repo-video-player #repo-video-player-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
#repo-video-player #repo-video-player-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
}
#repo-video-meta #repo-video-title {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin: 30px 0 25px 15px;
}
#repo-video-meta #repo-video-desc,
#repo-video-meta #repo-video-transcript {
  position: relative;
  margin: 0 15px 10px;
  color: #83847a;
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 17px;
}
#repo-video-meta #repo-video-desc a,
#repo-video-meta #repo-video-transcript a {
  color: #83847a;
  font-weight: 600;
}
#repo-video-meta #repo-video-desc .transcript,
#repo-video-meta #repo-video-transcript .transcript {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #ebebeb;
}
#repo-video-meta #repo-video-desc .transcript .transcript-title,
#repo-video-meta #repo-video-transcript .transcript .transcript-title {
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
#repo-video-meta #repo-video-desc .transcript.closed,
#repo-video-meta #repo-video-transcript .transcript.closed {
  height: 0;
  border-bottom: 0;
}
#repo-video-meta #repo-video-desc .transcript p,
#repo-video-meta #repo-video-transcript .transcript p {
  padding: 8px 0;
}
#repo-video-meta #repo-video-desc .transcript:after,
#repo-video-meta #repo-video-transcript .transcript:after {
  padding-bottom: 12px;
}
#repo-video-meta #repo-video-desc .transcript-open-close,
#repo-video-meta #repo-video-transcript .transcript-open-close {
  float: right;
  top: -10px;
  padding-bottom: 10px;
  cursor: default;
}
#repo-video-meta #repo-video-desc {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0;
}
#repo-video-meta #video-pagination {
  font-size: 18px;
  color: #83847a;
  margin: 25px 0 0 15px;
}
#repo-video-meta #video-pagination a a[href="#"] {
  display: none;
}
#repo-video-meta #video-pagination a.prev {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url('../../content/dam/goarmy/repo/images/icon-back-arrow.png') no-repeat center;
  background-size: cover;
  position: relative;
  margin-left: 5px;
}
#repo-video-meta #video-pagination a.next {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url('../../content/dam/goarmy/repo/images/icon-forward-arrow.png') no-repeat center;
  background-size: cover;
  position: relative;
}


/* video js overriding */
/* ************ */
#repo-video-player .vjs-default-skin .vjs-big-play-button::before {
  content: none;
}
#repo-video-player .vjs-default-skin .vjs-poster {
  background-color: #fff;
}
#repo-video-player .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  background-color: none;
  box-shadow: none;
}
#repo-video-player .vjs-default-skin .vjs-big-play-button {
  background: rgba(0, 0, 0, 0) url("../../content/dam/goarmy/repo/images/btn-play-slide.png") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  background-color: none;
  box-shadow: none;
  content: none;
  border: none;
  top: 0;
  left: 0;
  border-radius: 0;
  background-position: center center;
}
#repo-video-player .vjs-default-skin .vjs-big-play-button:hover {
  background: rgba(0, 0, 0, 0) url("../../content/dam/goarmy/repo/images/btn-play.png") no-repeat scroll center center;
}
#repo-video-player .vjs-play-control.vjs-control.vjs-paused {
  color: #ffd530;
}
#repo-video-player .vjs-time-divider,
.vjs-volume-control.vjs-control {
  display: none;
}
#repo-video-player .vjs-duration.vjs-time-controls.vjs-control {
  position: absolute;
  right: 80px;
}
#repo-video-player .vjs-default-skin .vjs-progress-holder {
  bottom: -13px;
  left: 12%;
  position: absolute;
  width: 72% !important;
  border-radius: 20px !important;
  height: 75%;
}
#repo-video-player .vjs-default-skin .vjs-time-controls {
  font-weight: 800;
}
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  border-radius: 20px !important;
}
.vjs-default-skin .vjs-slider-handle::before {
  content: url('../../content/dam/goarmy/repo/images/player-handle.png');
  width: 15px;
  height: 15px;
  display: block;
  margin-top: -3px;
}
.vjs-default-skin .vjs-slider-handle:hover::before {
  content: url('../../content/dam/goarmy/repo/images/player-handle-hover.png');
}
.vjs-seek-handle .vjs-slider-handle {
  width: 15px;
  height: 15px;
  display: block;
}
@media (max-width: 900px) {
  #repo-video-player .vjs-default-skin .vjs-progress-holder {
    bottom: -14px;
    left: 13%;
    position: absolute;
    width: 70% !important;
  }
}
@media (max-width: 795px) {
  #repo-video-player .vjs-default-skin .vjs-progress-holder {
    bottom: -14px;
    left: 16%;
    position: absolute;
    width: 63% !important;
  }
}
.vjs-default-skin .vjs-progress-control,
.vjs-default-skin .vjs-progress-control:hover {
  transition: none;
  height: 10px !important;
}
.vjs-default-skin .vjs-play-progress {
  background: #c9c9c9;
}
.vjs-default-skin:hover .vjs-progress-control,
.vjs-default-skin .vjs-progress-control {
  font-size: .5em;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* 	video replay block */
/* ************ */
#repo-video-player #repo-video-replay {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
}
#video-player-replay-button {
  background: url('../../content/dam/goarmy/repo/images/video-player-sprites.png') no-repeat -16px -82px;
  width: 125px;
  height: 19px;
  position: absolute;
  right: 30px;
  top: 15px;
}
#video-player-up-next {
  background: url('../../content/dam/goarmy/repo/images/video-player-sprites.png') no-repeat -146px -18px;
  width: 58px;
  height: 11px;
  position: absolute;
  left: 30px;
  top: 30px;
}
#repo-video-replay {
  padding: 0 3%;
  box-sizing: border-box;
}
#repo-video-replay .replay-header {
  margin-bottom: 15px;
}
#repo-video-replay ul.thumbs-row {
  height: auto;
}
#repo-video-replay ul.thumbs-row li {
  padding-right: 1%;
  width: 32.6%;
  border-top: 0 !important;
  background: none !important;
}
@media (max-width: 640px) {
  #repo-video-replay ul.thumbs-row li {
    display: none;
  }
}
#repo-video-replay ul.thumbs-row li h3,
#repo-video-replay ul.thumbs-row li .big-copy a {
  color: #ffd530 !important;
  font-size: 13px;
  font-weight: 400;
}
#repo-video-replay ul.thumbs-row li a {
  display: inline-block;
  width: 100%;
}
#repo-video-replay ul.thumbs-row li span.repo-thumb-img {
  height: auto;
}
#repo-video-replay ul.thumbs-row li:first-child {
  width: 100%;
  margin-bottom: 1%;
  display: block !important;
}
#repo-video-replay ul.thumbs-row li:first-child a {
  float: left;
  width: 32.6%;
}
#repo-video-replay ul.thumbs-row li:first-child .big-copy {
  width: 64%;
  float: left;
  margin-left: 2%;
}
#repo-video-replay ul.thumbs-row li:first-child .big-copy h3,
#repo-video-replay ul.thumbs-row li:first-child .big-copy a {
  width: 100%;
  font-size: 21px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 640px) {
  #repo-video-replay ul.thumbs-row li:first-child .big-copy h3,
  #repo-video-replay ul.thumbs-row li:first-child .big-copy a {
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
  }
}
#repo-video-replay ul.thumbs-row li:first-child .big-copy h3:before {
  display: none;
}
#repo-video-replay ul.thumbs-row li:first-child .big-copy p {
  color: #fff;
}
@media (max-width: 640px) {
  #repo-video-replay ul.thumbs-row li:first-child .big-copy p {
    font-size: 12px;
    overflow: visible;
  }
}
/* related links */
/* ************ */
#repo-video-meta {
  margin: 0;
}
#repo-video-related-links,
.repo-video-category-links {
  padding: 15px 0 10px 35px;
}
#repo-video-related-links h5,
.repo-video-category-links h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}
#repo-video-related-links ul li,
.repo-video-category-links ul li {
  float: left;
  padding: 3px 0;
  margin-right: 5px;
  background: none;
  height: auto;
  width: auto;
  border: none;
}
#repo-video-related-links ul li a,
.repo-video-category-links ul li a,
#repo-video-related-links ul li a:visited,
.repo-video-category-links ul li a:visited {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
#repo-video-related-links ul li a:hover,
.repo-video-category-links ul li a:hover,
#repo-video-related-links ul li a:active,
.repo-video-category-links ul li a:active {
  text-decoration: none;
  color: #000 !important;
  text-decoration: underline;
}
#repo-video-related-links ul li:after,
.repo-video-category-links ul li:after {
  content: ",";
}
#repo-video-related-links ul li:last-child:after,
.repo-video-category-links ul li:last-child:after {
  display: none;
}
/* video footer */
/* ************ */
#repo-video-footer {
  background-color: #f2f1ee;
  min-height: 270px;
  padding: 40px 20px 0;
  margin-top: 30px;
}
#repo-video-footer .repo-cagegory {
  padding: 0;
}
#repo-video-footer .repo-cagegory h2 {
  font-size: 17px;
  color: #000;
  margin: 0 15px 20px;
  display: block;
}
#repo-video-footer .repo-cagegory h2 a {
  cursor: default;
  pointer-events: none;
}
#repo-video-footer .repo-cagegory h2 a:after {
  display: none;
}


/* mobile only */
/* ************ */
body.mobile .video-player-column100 {
  padding-top: 14%;
}
body.mobile #video-player-replay-button {
  background: none;
  width: 32%;
  height: 26px;
  right: 20px;
  padding-top: 0;
  margin-top: 0;
}
body.mobile #video-player-up-next {
  left: 16px;
  top: 15px;
  background: none;
  width: 32%;
  height: auto;
}
body.mobile #video-player-replay-button img,
body.mobile #video-player-up-next img {
  width: 100%;
  height: auto;
}
body.mobile #repo-video-replay .video-player-mobile-column50 a {
  font-size: 25px;
  line-height: 28px;
}
body.mobile #repo-video-replay p {
  font-size: 17px;
  line-height: 18px;
  max-height: 125px;
  overflow: hidden;
}
body.mobile .vjs-current-time {
  display: none;
}
body.mobile #repo-video-player .vjs-default-skin .vjs-progress-holder {
  left: 12%;
  width: 57% !important;
}
/* 	mobile (sub 500px) */
/* ************ */
@media (max-width: 500px) {
  body.mobile .vjs-current-time,
  body.mobile .vjs-duration {
    display: none;
  }
  body.mobile #repo-video-player .vjs-default-skin .vjs-progress-holder {
    left: 14.5%;
    width: 59% !important;
  }
  body.mobile #repo-video-replay p {
    display: none;
  }
  body.mobile #repo-video-replay .video-player-mobile-column50 a {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 10px;
  }
  body.mobile .video-player-column100 {
    padding-top: 18%;
  }
  body.mobile #repo-video-meta #repo-video-desc,
  body.mobile #repo-video-related-links {
    font-size: 20px;
  }
  body.mobile #repo-video-meta #repo-video-related-links h5,
  body.mobile #repo-video-footer h4 {
    font-size: 21px;
  }
  body.mobile #repo-video-meta #repo-video-related-links li a {
    font-size: 20px;
  }
  body.mobile #video-player-replay-button {
    width: 40%;
    right: 20px;
  }
  body.mobile #video-player-up-next {
    width: 40%;
    left: 3%;
  }
}
/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: April 25, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.slider-mask .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.slider-mask .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.slider-mask .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
