 /* VIDEOS */
 .videos-container.faq-container .tab-content {
     width: 100%;
 }
 .videos-container .faq-search label > img:nth-child(1) {
    width: 200px;
    left: -170px;
    top: -70px;
}
.videos-container .starter-tuts .block {
    width: 23%;
}
.videos-container .starter-tuts .block > a img {
    margin-top: 0!important;
}
.videos-container .starter-tuts .block > a p {
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem!important;
    line-height: 1.4rem!important;
    height: 70px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
    padding-left: 10px;
    padding-right: 10px;
}
.videos-container .starter-tuts .block > a:first-of-type {
    position: relative;
}
.videos-container .starter-tuts .block > a:first-of-type::before {
    content: '';
    position: absolute;
    background-image: url(https://fs.go.iopw.com/FileServer/sites/182/images/videos/play-btn.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
.videos-container .qa-copylink {
  display: none;
}
.videos-container .qa-buttons {
    margin-bottom: 0;
    justify-content: space-between;
}
.videos-container .qa-buttons a p {
    font-size: 0.9rem!important;
}
.videos-container .qa-buttons a img {
    margin: 0!important;
    width: 30px;
}
.videos-container .qa-buttons > a:nth-child(2) {
    margin-right: 0!important;
}
.videos-container a.to-faqs:hover img {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 1100px) {
  .videos-container .starter-tuts .block {
      width: 48%;
  }
}

@media (max-width: 900px) {
  #video-page ul.nav-pills {
      flex-direction: row!important;
  }
}

@media (max-width: 700px) {
  #video-page .faq-search label > img:nth-child(1) {
      width: 140px;
      left: calc(50% - 70px);
      top: -80px;
  }
  #video-page .faq-search form {
    height: 150px;
    align-items: flex-end;
  }
}

@media (max-width: 600px) {
  .videos-container .starter-tuts .block,
  #video-page.faq-container ul.nav-pills > li {
      width: 100%;
  }
  #video-page ul.nav-pills {
    flex-direction: column!important;
  }
  #video-page ul.nav-pills > li a {
    height: 60px;
    padding: 10px 0!important;
  }
  #video-page ul.nav-pills > li img {
    max-height: 20px;
  }
  #video-page ul.nav-pills > li a p {
    font-weight: 500;
    font-size: 0.7rem!important;
  }
}
