.awcat-aparat-video {
    width: 100%;
    margin: 0 0 30px;
    clear: both;
}

.awcat-aparat-video__inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.awcat-aparat-video__inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

@supports not (aspect-ratio: 16 / 9) {
    .awcat-aparat-video__inner {
        height: 0;
        padding-bottom: 56.25%;
    }
}
