.ytpreview{
    width: 100%;
}

.ytpreview iframe {
    display: block;
    width: 100%;
    height: auto;
    max-height: 250px;
    aspect-ratio: 16 / 9;
}
