.ts-video-block {
    margin: 2rem 0;
    padding: 0;
}

.ts-video-block__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.ts-video-block__wrapper iframe,
.ts-video-block__wrapper smartvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
