

/* Start:/bitrix/templates/medis/components/bitrix/news.list/video/style.css?1753987612891*/
.video_list_items {
    position: relative;
    background: #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    margin-bottom: 5px;
    border-radius: 20px;
}
.video_preview {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}
.play_button:before {
    content: "▶";
    margin-left: 5px;
}
.video_iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* End */
/* /bitrix/templates/medis/components/bitrix/news.list/video/style.css?1753987612891 */
