.video-cards .card-video {
  background-color: #f1f1f1; }
  .video-cards .card-video__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 64rem) {
      .video-cards .card-video__container {
        padding-left: 0px;
        padding-right: 0px; } }
  .video-cards .card-video__cards {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 64rem) {
      .video-cards .card-video__cards {
        padding: 0 2rem; } }
    @media screen and (min-width: 75rem) {
      .video-cards .card-video__cards {
        padding: 0 3rem; } }
    @media screen and (min-width: 80rem) {
      .video-cards .card-video__cards {
        padding: 0 4rem; } }
    @media screen and (min-width: 48rem) {
      .video-cards .card-video__cards {
        flex-direction: row;
        justify-content: center; } }

.card-video-item {
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
  text-align: left;
  margin: 0;
  box-sizing: border-box; }
  .card-video-item + .card-video-item {
    margin-top: 1.5rem; }
  @media screen and (min-width: 48rem) {
    .card-video-item {
      width: 50%; }
      .card-video-item + .card-video-item {
        margin-left: 1.2rem; } }
  @media screen and (min-width: 64rem) {
    .card-video-item + .card-video-item {
      margin-top: 0;
      margin-left: 1.2rem; } }
  @media screen and (min-width: 75rem) {
    .card-video-item + .card-video-item {
      margin-left: 1.2rem; } }
  .card-video-item__thumbnail {
    padding: 0;
    cursor: pointer;
    appearance: none;
    border: none;
    background: none;
    -webkit-appearance: none !important;
    cursor: pointer;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center; }
    .card-video-item__thumbnail:focus {
      outline: 1px solid #cf000d; }
    .card-video-item__thumbnail::after {
      content: url(../img/video-play-icon.svg);
      position: absolute;
      align-self: center; }
  .card-video-item__content {
    padding: 1.5rem 0; }
    @media screen and (min-width: 48rem) {
      .card-video-item__content {
        padding: 2rem 0; } }
    @media screen and (min-width: 80rem) {
      .card-video-item__content {
        padding: 2.5rem 0; } }
  .card-video-item__image {
    background-size: cover;
    background-position: center;
    padding-bottom: 48.5%;
    widtH: 100%; }
    @media screen and (min-width: 48rem) {
      .card-video-item__image {
        padding-bottom: 0;
        height: 15.625rem; } }
  .card-video-item__title {
    font-weight: 400;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.6px; }
    @media screen and (min-width: 64rem) {
      .card-video-item__title {
        font-size: 21px;
        font-size: 1.3125rem; } }
    @media screen and (min-width: 80rem) {
      .card-video-item__title {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .card-video-item__title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 48rem) and (max-width: 63.9375rem) {
      .card-video-item__title {
        font-size: 20.8px;
        font-size: 1.3rem; } }

.card-group .card-video-item {
  margin-left: 0; }

/*# sourceMappingURL=card-video.css.map */