﻿/* Kaynak haber sayfasından aktarılan çoklu medya */
.news-inline-media{margin:24px 0;text-align:center}
.news-inline-image img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:10px}
.responsive-video{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:10px;background:#000}
.responsive-video iframe{position:absolute;inset:0;width:100%;height:100%}
@media(max-width:700px){.news-inline-media{margin:18px 0}.news-inline-image img,.responsive-video{border-radius:7px}}

.responsive-video video{position:absolute;inset:0;width:100%;height:100%;background:#000}
