section.more_videos_wrapper {
    padding: 1rem 0;
  }
  section.more_videos_wrapper h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
    margin: 0;
  }

  /* // 3 column and 2 column card CSS starts */
  section.more_videos_wrapper .rows_ct {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-left: -1.24%;
    margin-right: -1.24%;
  }
  section.more_videos_wrapper .rows_ct .col-card-3 {
    width: calc(100%/3.25);
    margin: 0 1.25% 35px 1.25%;
  }
  section.more_videos_wrapper .rows_ct .col-card-2 {
    width: calc(100%/2);
    margin: 0 1.25% 35px 1.25%;
  }

  section.more_videos_wrapper .rows_ct .col-card-3,
  section.more_videos_wrapper .rows_ct .col-card-2 {
    background: #ffffff;
    min-height: 200px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.16);
  }
  html[data-useragent*='MSIE 10.0'] section.more_videos_wrapper .rows_ct .col-card-3 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.more_videos_wrapper .rows_ct .col-card-3 {
      -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
      -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
      box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    }
  }
  _:-ms-lang(x), section.more_videos_wrapper .rows_ct .col-card-3 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }

  html[data-useragent*='MSIE 10.0'] section.more_videos_wrapper .rows_ct .col-card-2 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    section.more_videos_wrapper .rows_ct .col-card-2 {
      -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
      -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
      box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    }
  }
  _:-ms-lang(x), section.more_videos_wrapper .rows_ct .col-card-2 {
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.30);
  }/* // 3 column and 2 column card CSS end */

  section.more_videos_wrapper .rows_ct .ct_card {
    padding: 0 0 2.2rem 0;
    position: relative;
  }
  section.more_videos_wrapper .rows_ct .ct_card .ct_image {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 280px;
  }
  section.more_videos_wrapper .rows_ct .ct_card .ct_image img {
    display: inline-block;
    height: auto;
    width: 100%;
    transition: -webkit-transform 2.4s linear;
    transition: transform 2.4s linear;
    -ms-interpolation-mode: bicubic;
  }
  section.more_videos_wrapper .rows_ct .ct_card .ct_image img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  section.more_videos_wrapper  .ct_wrapper {
    padding: 0.5rem 0.6rem 0.2rem 0.6rem;
  }
  section.more_videos_wrapper  .ct_wrapper .ct_type {
    color: #f7941d;
    font-size: 15px;
    margin: 0 0 0.2rem 0;
    text-transform: uppercase;
  }
  section.more_videos_wrapper  .ct_wrapper .ct_type span {
    display: inline-block;
    padding: 0 0 0 27px;
    line-height: 25px;
    background: url(../images/ct_type_icons.png) no-repeat left -25px;
  }

  section.more_videos_wrapper  .ct_wrapper .ct_type span.ct_videos {
    background-position: left -49px;
  }
  section.more_videos_wrapper  .ct_wrapper .ct_type span.slideshow {
    background-position: left -193px;
  }
  section.more_videos_wrapper .ct_wrapper .ct_title {
    padding: 0.2rem 0 0.6rem 0;
    font-size: 20px;
    line-height: 1.3em;
  }
  section.more_videos_wrapper .ct_wrapper .ct_title a {
    color: #037da9;
    font-weight: 400;
  }
  section.rmore_videos_wrapper .ct_wrapper .ct_title a:hover {
    color: #1c97c8;
  }
  section.more_videos_wrapper .ct_wrapper .ct_blurb,
  section.more_videos_wrapper .ct_wrapper .ct_blurb p {
    color: #808080;
    font-size: 16px;
    line-height: 1.4em;
  }
  section.more_videos_wrapper .rows_ct .ct_card .ct_footer {
    width: calc(100% - 36px);
    margin: 0 18px;
    border-top: 1px #cfcfcf solid;
    padding: 0.7rem 0;
    min-height: 30px;
    position: absolute;
    bottom: 0;
    display: flex;
  }
  section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_date {
    width: 50%;
    text-align: left;
    font-size: 16px;
    color: #808080;
  }
  section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
    width: 50%;
    text-align: right;
    font-size: 16px;
    color: #808080;
  }
  @media (min-width: 960px) and (max-width: 1140px) {
    section.more_videos_wrapper .ct_wrapper .ct_type {
      margin: 0.5rem 0;
      font-size: 14px;
    }
    section.more_videos_wrapper .ct_wrapper .ct_title {
      padding: 0.5rem 0;
      margin-bottom: 10px;
      font-size: 18px;
    }
    section.more_videos_wrapper .ct_wrapper .ct_blurb,
    section.more_videos_wrapper .ct_wrapper .ct_blurb p {
      color: #808080;
      font-size: 14px;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer {
      width: calc(100% - 32px);
      margin: 0 0.8rem;
      padding: 1rem 0;
      position: absolute;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_date {
      width: 64%;
      text-align: left;
      font-size: 14px;
      color: #808080;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
      width: 36%;
      text-align: right;
      font-size: 14px;
      color: #808080;
    }
  }
  @media (min-width: 768px) and (max-width: 959px) {
    section.more_videos_wrapper .ct_wrapper .ct_type {
      margin: 0.5rem 0;
      font-size: 14px;
    }
    section.more_videos_wrapper .ct_wrapper .ct_title {
      padding: 0.5rem 0;
      margin-bottom: 10px;
      font-size: 18px;
    }
    section.more_videos_wrapper .ct_wrapper .ct_blurb,
    section.more_videos_wrapper .ct_wrapper .ct_blurb p {
      color: #808080;
      font-size: 14px;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer {
      width: calc(100% - 32px);
      margin: 0 0.8rem;
      padding: 1rem 0;
      position: absolute;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_date {
      width: 50%;
      text-align: left;
      font-size: 12px;
      color: #808080;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
      width: 50%;
      text-align: right;
      font-size: 12px;
      color: #808080;
    }
  }
  @media only screen
  and (min-device-width : 768px)
  and (max-device-width : 1024px)
  and (orientation : portrait) {
    section.more_videos_wrapper .rows_ct .ct_card {
      padding: 0 0 4.2rem 0;
      position: relative;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer {
      flex-wrap: wrap;
    }
  }
  @media (max-width: 767px) {
    section.more_videos_wrapper .rows_ct {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
    }
    section.more_videos_wrapper .rows_ct .ct_card {
      padding: 0 0 3rem 0;
      position: relative;
    }
    section.more_videos_wrapper .rows_ct .col-card-3 {
      width: calc(100%);
      margin: 0 0 1rem 0;
    }
    section.more_videos_wrapper .ct_wrapper {
      padding: 1rem 1rem 1.2rem 1rem;
    }
    section.more_videos_wrapper .ct_wrapper .ct_type {
      font-size: 14px;
      margin: 0.4rem 0;
    }
    section.more_videos_wrapper .ct_wrapper .ct_title {
      font-size: 18px;
      padding: 0.5rem 0 0.8rem 0
    }
    section.more_videos_wrapper .ct_wrapper .ct_blurb,
    section.more_videos_wrapper .ct_wrapper .ct_blurb p {
      color: #808080;
      font-size: 14px;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer {
      width: calc(100% - 32px);
      margin: 0 1rem;
      bottom: 0;
      display: flex;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_date {
      font-size: 14px;
    }
    section.more_videos_wrapper .rows_ct .ct_card .ct_footer .ct_readmore {
      font-size: 14px;
    }
  }
