@media (max-width: 991.98px) {
  .YT-SHORTS {
    padding-bottom: 0 !important;
  }
}
.YT-SHORTS .row-h10 {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.YT-SHORTS__item {
  flex: 0 0 100%;
  padding: 0 8px;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .YT-SHORTS__item {
    margin-bottom: 0;
  }
}
.YT-SHORTS__item:last-of-type {
  margin-bottom: 0;
}
.YT-SHORTS__item h4 {
  font-weight: 400;
  margin-bottom: 16px;
}
.YT-SHORTS__shorts {
  position: relative;
  height: 0;
  padding-top: 177.8742%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.YT-SHORTS__shorts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.YT-SHORTS__quote {
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 2px solid #0A6FE8;
  font-size: 0.75rem;
}
.YT-SHORTS__quote p {
  margin: 0;
}

@media (min-width: 768px) {
  .YT-SHORTS__item {
    flex: 0 0 33.3333%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0 12px;
  }
  .YT-SHORTS__item h3 {
    font-weight: 400;
    margin-bottom: 16px;
  }
  .YT-SHORTS__shorts {
    margin-bottom: 16px;
  }
  .YT-SHORTS__quote {
    margin-top: auto;
  }
}