.vk-video-container1 video {background: #faf9f7 !important;}
.player-wrapper.svelte-7yl31d .player-media {background: #faf9f7 !important;}
.uc-pod1 {border-radius: 50px 50px 0px 0px;}
.uc-pod strong {color: white;}
.uc-bg {background: url(https://telesochi.ru/mnu/bg.png) no-repeat;}
.uc-bg2 {background: url(https://telesochi.ru/mnu/bg2.png) no-repeat; background-attachment: fixed;}
.uc-bg12 {background: url(https://telesochi.ru/mnu/swift.png) no-repeat; background-attachment: fixed;}
.uc-bg26 {background: url(https://myata-dental.ru/images/fbg2.png) bottom right no-repeat;     background-size: cover; background-attachment: fixed;}


    
.t821__maincontainer  {padding: 35px 0 0;}
@media screen and (max-width: 960px) {
    .t1241__content-wrapper {padding: 30px 20px 20px;}
    .uc-bezbg .t938__bg-wrap {display: none;}
}

        .vk-video-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* Соотношение 16:9 (9/16 = 0.5625). Измените, если нужно другое (например, 75% для 4:3) */
            overflow: hidden;
            background: #000; /* Фон на случай загрузки */
        }
        .vk-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none; /* Убираем рамку */
        }
        
