/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 6, stdin */
.course-overview-v2 {
  padding-top: 60px;
  padding-bottom: 60px; }
  /* line 10, stdin */
  .course-overview-v2 .video-row {
    margin-top: 60px;
    padding: 0 20px; }
  /* line 15, stdin */
  .course-overview-v2 .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  /* line 22, stdin */
  .course-overview-v2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    /* line 31, stdin */
    .course-overview-v2 h2 {
      margin-bottom: 20px; } }

/*# sourceMappingURL=course-overview-v2.css.map*/