.usa-card-group {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}

.region-content ul.usa-card-group {
  margin: 5px 0;
  padding: 0;
}

.usa-card__img {
  position: relative;
  overflow: hidden;
  min-height: 155px;
}

.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.usa-card-group .usa-card--video {
  list-style: none;
  padding: 0 0 40px 0;
  border: 1px solid #ddd;
  background: url("/themes/custom/hhs_uswds/assets/images/play-btn--blue.png") bottom 10px left 15px no-repeat;
  background-size: 20px;
  width: 48%;
}

@media (min-width: 960px) {
  .usa-card-group .usa-card--video {
    width: 32%;
  }
}

.usa-card--video .usa-card__header,
.usa-card--video .usa-card__body {
  display: block;
  width: 100%;
  padding: 2px 15px;
}

.usa-card--video .usa-card__heading {
  font-size: 14px;
  font-weight: bold;
}

/*** clean this up later. Would be nice to have a mixin instead  ***/
#site-content .video-listing .more-link a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: .75rem 2.5rem;
  width: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #005ea2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: .25rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: .5rem;
  padding: .75rem 1.25rem;
  text-align: center;
  text-decoration: none;
}

#site-content .video-listing .more-link a:visited {
  color: #fff;
}

.usa-modal {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.usa-modal .media-oembed-content {
  display: block;
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 0 auto;
}

.usa-modal .field--item {
  padding: 5px 0;
}

.usa-modal .field--name-field-posted-date {
  font-size: 16px;
  font-weight: bold;
}

.usa-modal .field--name-field-tags .field--item {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #005ea2;
  border-radius: 2px;
  margin-right: .25rem;
  padding: 1px 5px;
  display: inline-block;
}
