.yt20 {
  width: 100%;
}

.yt20__items .item {
}

.yt20__items .item a img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.yt20__items .item a:hover img {
  transform: scale(1.02);
}

.yt20__items .item .title {
  margin-top: 4px;
  font-weight: bold;
  word-break: break-word;
}

.yt20__error {
  color: red;
  font-size: 14px;
  margin-top: 8px;
}
