

/* ==========================================================================
   Author: Jose Cardenas
   Description: custom styles for tablets
   ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
/*CAROUSEL*/
  .caption p.caption-head {
    font-size: 25px;
  }
  .caption span {
    font-size: 16px;
  }

  /*FIND MY INSTRUCTOR*/
  ul.find-instructor-tabs {
    padding-top: 10px !important;
  }
  ul.find-instructor-tabs li span.srch-by {
    padding: 5px 15px;
    display: block;
    line-height: 1.42857;
    color: #fff;
    font-size: 14px;
  }
  ul.find-instructor-tabs li a {
    padding: 5px 15px !important;
  }

}/* END of @media 768px to 979px*/

/*#############################################
* CUSTOM BREAKPOINTS FOR TABLET
##############################################*/
@media (min-width: 791px) and (max-width: 979px) {
/*NAV*/
  ul.nav-menu > li > a {
    padding: 0 5px;
    margin: 0 10px;
  }

  /**** Instructor Certification Video Feature ****/
  .teacher-training-video-container{
    margin: 0 auto;
    width: 80%;
  }
  .teacher-training .teacher-training-caption{
    margin-top: 0 !important;
    top: 75%;
    height: 20%;
  }
}

@media (min-width: 768px) and (max-width: 790px) {
/*NAV*/
  ul.nav-menu > li > a {
    padding: 0 0;
    margin: 0 10px;
  }	

  /**** Instructor Certification Video Feature ****/
  .teacher-training-video-container{
    margin: 0 auto;
    width: 80%;
  }
  .teacher-training .teacher-training-caption{
    margin-top: 0 !important;
    top: 75%;
    height: 20%;
    font-size: 10px;
  }
}





/***************** BRANDON START *****************/

@media (min-width: 768px) and (max-width: 822px) {
    
    .video-content > .col-sm-8 {
        padding-left: 5%;
    }
    
    .video-button {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
    
}

/***************** BRANDON END *****************/