.news-swiper .podopechni-card-2 {
    width: 100%;
}

.news-swiper .slide a {
    text-decoration: none;
    cursor: pointer;
    color: unset;
}

.news-swiper .slide__name {
    margin-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: Eurostile Bol, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.news-swiper .paragraph-16 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-preview-video {
    width: 100%;
    height: 300px;
}

.video-preview-wrap {
    position: relative;
    display: inline-block;
    /* width: 100%; */
}

.video-sound-btn {
    position: absolute;
    top: 10px!important;
    right: 10px;
    width: 36px!important;
    height: 36px!important;
    border-radius: 50%;
    border: none!important;
    background-color: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    z-index: 100!important;
    padding: 0;
    transition: background 0.2s;
}

.video-sound-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.video-sound-btn svg {
    width: 20px!important;
    height: 20px!important;
}

.video-sound-btn .icon-unmuted { display: none; }
.video-sound-btn .icon-muted { display: block; }
.video-sound-btn.unmuted .icon-unmuted { display: block; }
.video-sound-btn.unmuted .icon-muted { display: none; }

.video-fullscreen-btn {
    position: absolute;
    top: 10px!important;
    right: 56px;
    width: 36px!important;
    height: 36px!important;
    border-radius: 50%;
    border: none!important;
    background-color: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    z-index: 100!important;
    padding: 0;
    transition: background 0.2s;
}

.video-fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.video-fullscreen-btn svg {
    width: 20px!important;
    height: 20px!important;
}
