/**
 * Video and cached social-media presentation.
 * Loaded only while the Videos or Social Media module is enabled.
 */

.jda-online-featured-video { min-height: 360px; }
.jda-social-feed-tile { position: relative; background: #17140f; }
.jda-social-feed-tile > img { width: 100%; height: 100%; object-fit: cover; }
.jda-social-feed-tile__text { display: grid; width: 100%; height: 100%; padding: 1rem; color: #fff; place-items: center; text-align: center; }
.jda-social-network-label { position: absolute; left: .6rem; bottom: .6rem; z-index: 2; padding: .25rem .45rem; border-radius: 999px; background: rgba(0,0,0,.72); color: #fff; font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.jda-video-copy { margin-top: 2rem; }

