.media-content-wrapper {
    .video {
        padding-top: 56.25%; // aspect-ratio: 16:9
        position: relative;
        width: 100%;

        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }

    .date {
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
    }

    .peoples,
    .companies {
        a {
            text-decoration: underline;
        }
    }
}
