.elem-holl-detail .detail__description.ustyle iframe {
    display: block;
    width: 100% !important;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    height: auto !important;
    border: 0;
}

.elem-holl-detail .detail__description.ustyle .iframe-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.elem-holl-detail .detail__description.ustyle div:has(iframe) {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .elem-holl-detail.detail.container {
        overflow-x: hidden;
        min-width: 0;
    }

    .elem-holl-detail .slider--detail {
        max-width: 100%;
    }

    .elem-holl-detail .detail__content {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .elem-holl-detail .detail__info {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .elem-holl-detail .detail__info-item {
        min-width: 0;
        flex-wrap: wrap;
    }

    .elem-holl-detail .detail__info-item .link {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .elem-holl-detail .detail__description {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .elem-holl-detail .detail__description.ustyle p,
    .elem-holl-detail .detail__description.ustyle li {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .elem-holl-detail .detail__description.ustyle img,
    .elem-holl-detail .detail__description.ustyle video,
    .elem-holl-detail .detail__description.ustyle embed {
        max-width: 100%;
        height: auto;
    }

    .elem-holl-detail .detail__description.ustyle table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }
}
