.shl-livestream-wrapper {

    width: 100%;

}

.shl-livestream-video {

    border-radius: 28px;
    overflow: hidden;
    line-height: 0;

}

.shl-livestream-video iframe {

    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    display: block;

}

.shl-livestream-audio {

    margin-top: 24px;

}

.shl-livestream-audio audio {

    width: 100%;

}