﻿ @media (min-width: 985px) { body.single-post #contentWrapper > article.post, body.single #contentWrapper > article.post { display: flex; flex-wrap: wrap; align-items: flex-start; } body.single-post #contentWrapper .videoWrap, body.single #contentWrapper .videoWrap { float: none; display: flow-root; flex: 1 1 calc(100% - 339px); width: auto !important; min-width: 0; max-width: calc(100% - 339px); } body.single-post #contentWrapper .rvideos-wrap-container, body.single #contentWrapper .rvideos-wrap-container { flex: 0 0 324px; width: 324px; max-width: 324px; } body.single-post #contentWrapper .rvideos-sidebar, body.single #contentWrapper .rvideos-sidebar { float: none !important; width: 100% !important; margin: 0 0 10px 15px !important; } body.single-post #contentWrapper .videoWrap .rec-cat, body.single #contentWrapper .videoWrap .rec-cat { width: 100%; clear: both; margin-top: 10px; } body.single-post #contentWrapper .sidebar-videos + .sidebar-videos, body.single #contentWrapper .sidebar-videos + .sidebar-videos { margin-top: 12px; } body.single-post #contentWrapper .sidebar-videos .related-videos-wrap, body.single #contentWrapper .sidebar-videos .related-videos-wrap { padding-top: 10px; } body.single-post #contentWrapper #videoPostContent, body.single #contentWrapper #videoPostContent { float: none; clear: both; } body.single-post #contentWrapper .after-vid-wrapper, body.single #contentWrapper .after-vid-wrapper { clear: both; width: 100%; } }