html, body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.video-js {
  padding-top: 56.25%;
  background-size: 100% 100%; }

.vjs-fullscreen {
  padding-top: 0; }

.hidden {
  display: none; }

.video-content {
  padding: 12px;
  margin-left: -10px;
  background: #fff;
  border: 1px solid #d3e0e9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto; }

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
  justify-content: center; }

.wrapper > * {
  padding: 10px;
  flex: 1 100%; }

.panel {
  background-color: #fff;
  border: 1px solid #d3e0e9; }

.header {
  background-color: #3097d1;
  border-color: #1c73a5;
  color: #f5f8fa;
  font-family: "Passion One", helvetica, arial, serif;
  font-size: 2.1rem;
  line-height: 1.75rem;
  text-align: center;
  font-weight: 400;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.dev-container {
  overflow: hidden; }

.dev-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: contain; }

.footer {
  background: lightgreen; }

#primary_vid {
  overflow: hidden;
  width: 100%; }

.vid-meta {
  /*background: gold;*/
  margin-top: 10px; }

.vid-info-container {
  min-width: 416px;
  max-width: 416px;
  padding-left: 0;
  padding-right: 0;
  clear: both; }

.vid-meta-content {
  display: flex;
  padding: 15px;
  text-align: left;
  font-family: Roboto, arial, sans-serif;
  font-size: 1.2em; }

.vid-title {
  flex: 3; }

.vid-date {
  text-align: right;
  font-size: 0.8em;
  flex: 1;
  align-self: flex-end; }

.related-videos {
  /*background: hotpink;*/
  padding: 15px;
  min-width: 416px;
  max-width: 416px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px; }

.related-videos a {
  /*background: hotpink;*/
  color: #000000; }

.vid-live-promo a {
  /*background: hotpink;*/
  color: #000000; }

.vid-live-promo a:hover {
  /*background: hotpink;*/
  color: #167ac6; }

.related-videos a:hover {
  /*background: hotpink;*/
  color: #167ac6; }

.thumbnail {
  width: 120px;
  height: 67px;
  flex: 1; }

.vid-live-promo {
  margin-top: 10px;
  column-count: 3;
  column-gap: 25px;
  column-rule-width: 0;
  border: none; }

.big-promo-img {
  object-fit: cover;
  max-width: 100%; }

.imsorry {
  margin-top: 10px;
  height: 60px;
  flex: 1; }

.full-width {
  width: 100% !important; }

.thumbnail-title-container {
  flex: 2;
  text-align: left;
  margin-left: 5px; }

.thumb-title-text {
  font-size: 1em;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.2; }

.related-video-row {
  display: flex;
  margin-bottom: 15px; }

body {
  background-color: #f5f8fa; }

@media all and (min-width: 600px) {
  .aside {
    flex: 1 auto; }
  .related-videos {
    order: 1;
    margin-top: 0; }
  .vid-meta {
    order: 3; }
  .footer {
    order: 4; } }

@media all and (min-width: 800px) {
  .vid-info-container {
    flex: 0 1 auto;
    /*height: 300px;*/
    max-width: 625px;
    /*max-height: 480px;*/
    margin-right: 10px; }
  .related-videos {
    margin-top: 10px; } }

@media all and (min-width: 1055px) {
  .vid-info-container {
    margin-right: 10px; }
  .related-videos {
    margin-top: 10px; } }

@media all and (min-width: 1160px) {
  .vid-meta {
    flex: 0 1 auto;
    /*height: 300px;*/
    max-width: 854px;
    max-height: 480px; }
  .vid-container {
    max-width: 854px;
    max-height: 480px;
    overflow: auto; }
  .related-videos {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    order: 2; }
  .vid-info-container {
    margin-right: 10px;
    margin-left: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-flex: 1.0;
    padding-bottom: 0;
    max-width: 854px;
    clear: both; }
  .footer {
    margin-top: 50px;
    order: 4;
    width: 10px; } }
