/* .ozh-widget-container {
  margin: 15px 0;
}

.ozh-wrapper {
  display: flex;
  flex-flow: row wrap;
  padding: 15px 0;
}

.ozh-card {
  background: white;
  margin: 10px;
  overflow: hidden;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  flex-grow: 1;
  flex-shrink: 0;
  transition: all 0.2s ease-out;
}

.ozh-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
  transition: all 0.2s ease-out;
}

.ozh-card:active {
  transform: translateY(-3px);
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
  transition: all 0.1s ease-out;
} */

/* .ozh-simple-post-item:not(.ozh-card):hover {
  transform: translateY(-6px);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  transition: all 0.2s ease-out;
  border: 1px solid white;
  border-left-color: lightgrey;
  border-bottom-color: #b9b8b8;
  border-top-color: #ececec;
  border-right-color: #e0e0e0;
}

.ozh-simple-post-item:not(.ozh-card):active {
  transform: translateY(-3px);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  transition: all 0.1s ease-out;
  border: 1px solid white;
  border-left-color: lightgray;
  border-bottom-color: #b9b8b8;
  border-top-color: #ececec;
  border-right-color: #e0e0e0;
} */

/* .ozh-wrapper.horizontal-scroll .ozh-card {
  flex-basis: 300px;
  border-radius: 10px;
} 

.ozh-widget-container .category-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.ozh-widget-container .category-header .category-title {
  margin: 0;
}

.ozh-post-date {
  color: #7f7f7f;
}

.ozh-post-date.overlay {
  color: white;
}

.ozh-wrapper.horizontal-scroll .ozh-card .overlay {
  color: white;
  width: 100%;
}

.ozh-wrapper.horizontal-scroll .ozh-card .ozh-article-content {
  position: relative;
  height: 100%;
}

.ozh-wrapper.horizontal-scroll .ozh-card .ozh-content-wrapper {
  padding: 8%;
  height: 35%;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
} 

.ozh-post-date {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ozh-date {
  flex-grow: 1;
}

.ozh-wrapper.horizontal-scroll .ozh-card .ozh-card-title {
  font-size: 1.2em;
  line-height: 1.4em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ozh-wrapper.horizontal-scroll .ozh-card img {
  width: 100%;
  height: 65%;
  object-fit: cover;
}


.ozh-wrapper.horizontal-scroll .ozh-card .ozh-content-wrapper.overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  align-content: flex-end;
  background: linear-gradient(0deg, black, 30%, transparent);
} 

.ozh-widget-container .category-title a {
  color: black;
  transition: all 0.5s ease-out;
}

.ozh-widget-container .category-title a:hover {
  color: #493D73;
  transition: all 0.2s ease-out;
}

.ozh-widget-container .see-all-button {
  background: #493D73;
  color: white;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 20px;
  line-height: 2em;
}

.ozh-widget-container .see-all-button:hover {
  color: white;
  background: #641eaa;
  transition: all 0.2s ease-out;
} */

.ozh-feature-container {
  position: relative;
  margin-bottom: 20px;
}

.ozh-feature-container .feature-meta-overlay {
  position: absolute;
  top: 0;
  z-index: 20;
  margin-top: 15px;
  background: white;
  padding: 5px 30px 8px 15px;
  box-shadow: 5px 5px 0px black, -5px 5px 0px black;
}

.ozh-feature-container .ozh-feature-latest-title {
    font-family: Barlow;
    font-size: 2.2em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.ozh-feature-container .feature-meta-overlay p {
  margin: 0;
}

.ozh-feature-posts {
  width: 100vw;
  margin: 0 calc( 50% - 50vw );
  display: flex;
  flex-flow: row;
}

.ozh-feature-post {
  transition: all 0.3s ease-out;
  z-index: 1;
}

.ozh-feature-post:hover {
  opacity: 0.9;
}

.ozh-feature-post:hover .ozh-feature-wrapper>*{
  transform: translateY(-20px);
  transition: all 0.3s ease-out;
  /* box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12); */
}

.ozh-feature-post:active {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}



.ozh-feature-posts .ozh-feature-post {
  flex-grow: 1;
  flex-basis: 300px;
}

.ozh-feature-post .ozh-feature-content {
  height: 70vh;
  max-height: 40vw;
  min-height: 500px;
  position: relative;
}

@media (max-height: 650px) {
  .ozh-feature-post .ozh-feature-content {
    min-height: 0;
    max-height: none;
  }
}

.ozh-feature-post .ozh-thumbnail-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* .ozh-thumbnail-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
} */

.ozh-feature-post .ozh-feature-wrapper.overlay {
  transition: all 0.3s ease-out;
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  align-content: flex-end;
  background: linear-gradient(0deg, black, 30%, transparent);
  padding: 10%;
  width: 100%;
}

@media (max-width: 600px) {
  .ozh-feature-post .ozh-feature-wrapper.overlay {
    padding: 20px 10px;
  }
}

.ozh-feature-wrapper>* {
  transition: all 0.3s ease-out;
}

.ozh-feature.title.overlay {
  color: white;
  width: 100%;
  font-size: 2em;
  line-height: 1.2em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 
.ozh-widget-container .duration {
  color: white;
  font-size: 1em;
  background: #f98004;
  padding: 0px 7px;
  font-weight: 700;
  border-radius: 20px;
} */

.temp-thumbnail {
  height:100%; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  background: black;
  transition: opacity 500ms ease-out;
}

.temp-thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -34px;
  font-size: 80px;
  width: 68px;
  height: auto;
  color :white;
  pointer-events: none;
  transition: all 200ms ease-out;
}

.temp-thumbnail svg .play-button {
  fill: white;
}

.temp-thumbnail svg .play-triangle {
  fill: black;
}

.temp-thumbnail img {
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  opacity: 0.8;
  transition: opacity 500ms ease-out;
}

.temp-thumbnail img:hover + svg .play-triangle {
  fill: red;
}

.temp-thumbnail img:hover + svg {
  transform: translateY(-2px);
  /* filter: drop-shadow(0px 8px 10px black); */
  transition: all 200ms ease-out;
}

.ozh-feature-video .iframe.embed {
  height: 50vw;
  max-height: 600px;
  min-height: 300px;
  margin: 0 auto;
  background: black;
  position: relative;
}

.ozh-feature-video .ozh-feature-data {
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
}

.ozh-feature-video .ozh-feature-data .ozh-feature.title {
  font-size: 2.5em;
  line-height: 1.2em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ozh-feature-video .ozh-feature-data .ozh-feature.title a {
  color: black;
}

.ozh-feature-video .ozh-feature-data .ozh-feature.title a:hover {
  color: #493D73;
}

.ozh-feature-video iframe {
  height: 100%;

}

.ozh-feature-video iframe:hover ~ .temp-thumbnail svg {
  transform: translateY(-2px);
    filter: drop-shadow(0px 8px 10px black);
    transition: all 200ms ease-out;
}

.ozh-feature-video iframe:hover ~ .temp-thumbnail svg .play-triangle {
  fill: red;

}
.ytp-button:first-child {
  fill: black;
}

.ytp-button:last-child {
  fill: white;
}

@media (max-width: 800px) {
  .ozh-feature-video .ozh-feature-data .ozh-feature.title {
    font-size: 2em;
  }
}

@media (max-width: 600px) {
  .ozh-feature-video .ozh-feature-data {
    padding: 20px 10px;
  }
}

@media (max-width: 1400px) {
  .ozh-feature.title.overlay {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}

@media (max-width: 1024px) {
  .ozh-feature-post:nth-of-type(n+4) {
    display: none;
  }

  .ozh-feature.title.overlay {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}

@media (max-width: 800px) {
  .ozh-feature-post:nth-of-type(n+3) {
    display: none;
  }
  .ozh-feature.title.overlay {
    font-size: 1.8em;
    line-height: 1.4em;
  }

}

@media (max-width: 600px) {
  .ozh-feature-post:nth-of-type(n+2) {
    display: none;
  }

  .ozh-feature.title.overlay {
    font-size: 2.3em;
    line-height: 1.2em;
    -webkit-line-clamp: 3;
  }

}

/* 
@media (max-width: 1024px) {

  .ozh-wrapper.horizontal-scroll {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    width: 100vw;
    margin: 0 calc( 50% - 50vw );
  }

  .ozh-wrapper.horizontal-scroll::-webkit-scrollbar {
    display: none;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card {
    display: inline-block;
    width: 70vw;
    height: 85vw;
    margin: 0 0 0 10px;
  }

  .ozh-article-content {
    white-space: normal;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card:last-of-type {
    margin-right: 10px;
  }
  
}

@media (min-width: 400px) and (max-width: 500px) {
  .ozh-wrapper.horizontal-scroll .ozh-card .ozh-card-title {
    font-size: 1.6em;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .ozh-wrapper.horizontal-scroll .ozh-card img {
    height: 55%;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card .ozh-content-wrapper {
    height: 45%;
  }
}

@media (min-width: 500px) {

  .ozh-wrapper.horizontal-scroll .ozh-card {
    width: 40vw;
    height: 50vw;
    margin: 0 0 0 20px;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card .ozh-card-title {
    font-size: 1.4em;
    line-height: 1.6em;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card:first-of-type {
    margin-left: 10px;
  }

}

@media (min-width: 800px) {
  .ozh-wrapper.horizontal-scroll .ozh-card {
    width: 28vw;
    height: 35vw;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card img {
    height: 55%;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card .ozh-content-wrapper:not(.overlay) {
    height: 45%;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card .ozh-card-title {
    font-size: 1.6em;
    line-height: 1.3em;
  }

}

@media (min-width: 1025px) {
  .ozh-wrapper.horizontal-scroll {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -10px;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card img {
    height: 65%;
  }

  .ozh-wrapper.horizontal-scroll .ozh-card {
    display: block;
    flex-basis: 22.5%;
    height: 350px;
    margin: 0 10px;
  }

  .ozh-wrapper.horizontal-scroll:not(#latest-post-scroller) .ozh-card:nth-of-type(n+5) {
    display: none;
  }



  .ozh-wrapper.horizontal-scroll .ozh-card .ozh-content-wrapper:not(.overlay) {
    height: 35%;
  }

}

.ozh-wrapper.horizontal-scroll .ozh-card .overlay img {
  height: 100%;
} */
/* 
.ozh-simple-post-list-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: -10px;
}


.ozh-simple-post-item {
  flex-basis: 320px;
  flex-shrink: 1;
  flex-grow: 1;
  height: 115px;
  margin: 10px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  background: white;
}

.ozh-simple-post-item:not(.ozh-card) {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
}

.ozh-simple-post-item.large {
  flex-basis: 361px;
  height: 150px;
}

.ozh-simple-post-item .ozh-simple-post-link {
  display: flex;
  flex-flow: row;
  height: 100%;
  width: 100%;
}

.ozh-simple-post-item:not(.ozh-card) .ozh-thumbnail-container {
  border-radius: 5px;
  overflow: hidden;
}

.ozh-simple-post-item .ozh-simple-post-link .ozh-thumbnail-container {
  height: 100%;
  flex-basis: 30%;
  min-width: 115px;
}

.ozh-simple-post-item.large .ozh-simple-post-link .ozh-thumbnail-container {
  min-width: 150px;
  flex-basis: 35%;
}

.ozh-simple-post-item .ozh-simple-post-link .ozh-thumbnail-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ozh-simple-post-item .ozh-simple-post-link .ozh-simple-content-wrapper {
  flex-basis: 70%;
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.ozh-simple-post-item .ozh-simple-post-link .ozh-simple-content-wrapper h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ozh-simple-post-item.large .ozh-simple-post-link .ozh-simple-content-wrapper h3 {
  font-size: 1.4em;
}

@media (max-width: 679px) {
  .ozh-simple-post-list-container .ozh-simple-post-item:not(.large):nth-of-type(n+5) {
    display: none;
  }
}

@media (max-width: 1019px) {
  .ozh-simple-post-list-container .ozh-simple-post-item:not(.large):nth-of-type(n+7) {
    display: none;
  }
}

@media (max-width: 761px) {
  .ozh-simple-post-list-container .ozh-simple-post-item.large:nth-of-type(n+4) {
    display: none;
  }
}
 */

/* NOTE TODO FLAG */
/* CONDITIONAL DISPLAY OF LATEST NEWS SCROLLER @MEDIA TO HIDE FEATURED. */

#latest-post-scroller .ozh-card:nth-of-type(2) {
  margin-left: 15px;
}


#latest-post-scroller .ozh-card:nth-of-type(-n+1) {
  display: none;
}


@media (min-width: 601px) {

  #latest-post-scroller .ozh-card:nth-of-type(3) {
    margin-left: 15px;
  }

  #latest-post-scroller .ozh-card:nth-of-type(-n+2) {
    display: none;
  }

}

@media (min-width: 801px) {

  #latest-post-scroller .ozh-card:nth-of-type(4) {
    margin-left: 15px;
  }

  #latest-post-scroller .ozh-card:nth-of-type(-n+3) {
    display: none;
  }
}

@media (min-width: 1025px) {

  #latest-post-scroller .ozh-card:nth-of-type(5) {
    margin-left: 10px;
  }

  #latest-post-scroller .ozh-card:nth-of-type(-n+4) {
    display: none;
  }

  #latest-post-scroller .ozh-card:nth-of-type(n+9) {
    display: none;
  }
}

@media (max-width: 1024px) {
  #latest-post-scroller.video-featured .ozh-card:nth-of-type(2) {
    margin-left: 15px;
  }
}

@media (min-width: 1025px) {
  #latest-post-scroller.video-featured .ozh-card {
    display: none;
  }
}

#latest-post-scroller.video-featured .ozh-card:nth-of-type(n+2):nth-of-type(-n+5) {
  display: inline-block;
}


#latest-post-scroller.video-featured .ozh-card:nth-of-type(1) {
  display: none;
}


.ozh-post-list-feature-container {
  margin: -10px;
}

.ozh-post-list-feature-container .ozh-featured-post-item {
  flex-basis: 320px;
  flex-shrink: 1;
  flex-grow: 1;
  height: 330px;
  border-radius: 10px;
  order: 1;
  margin: 10px;
}

.ozh-post-list-feature-container .ozh-featured-post-item:not(.ozh-card) .ozh-thumbnail-container {
  border-radius: 10px;
  overflow: hidden;
}

.ozh-post-list-feature-container .ozh-simple-post-item {
  order: 2;
}

.ozh-post-list-feature-container .ozh-featured-post-item .ozh-thumbnail-container {
  height: 65%;
}

.ozh-post-list-feature-container .ozh-featured-post-item .ozh-featured-content-wrapper {
  height: 35%;
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}

.ozh-post-list-feature-container .ozh-featured-post-item .ozh-featured-content-wrapper .ozh-featured-title {
  line-height: 1.2em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}


.ozh-widget-container.ads {
  margin: 0;
}

.googleads {
  background: rgb(226, 255, 209);
  border: 1px solid lightgrey;
  margin: 0 auto;
}

.half-page {
  max-width: 300px;
  height: 600px;
}

.medium-rectangle {
  width: 300px;
  height: 250px;
  max-width: 100%;
}

.large-rectangle {
  width: 336px;
  height: 280px;
  max-width: 100%;
}

.leaderboard {
  width: 728px;
  height: 90px;
  max-width: 100%;
}

.adwrapper {
  width: 100%;
}

@media (max-width: 750px) {
  .googleads {
    min-height: 250px;
  }
}

.split-content-container .adwrapper {
  max-width: 300px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 300px;
  margin: 15px 0 15px 15px;
}

.split-content-container .half-page {
  margin: 0 0 0 auto;
}

@media (max-width: 614px) {
  .split-content-container .adwrapper {
    max-width: none;
    margin: 20px 0 0;
  }
  .split-content-container .half-page {
    height: 250px;
    margin: 0 auto;
  }
}

.split-content-container {
  display: flex;
  flex-flow: row wrap;
}

.split-content-container .ozh-post-list-feature-container {
  flex-basis: 300px;
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .split-content-container .adwrapper {
    height: 600px;
  }
}


/* .split-content-container .half-page {
  flex-basis: 300px;
  margin: 15px 0 15px 15px;
} */


.ozh-widget-container.video .category-header {
  padding: 0 10px;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 1140px) {
  .ozh-widget-container.video .category-header {
    padding: 0;
  }
}

@media (max-width: 994px) {

  .ozh-post-list-feature-container div:nth-child(n+4) {
    display: none;
  }

}

@media (max-width: 1100px) {

  .videos-list {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    width: 100vw;
    margin: 0 calc( 50% - 50vw );
    padding: 20px;
    /* flex-flow: row nowrap; */
  }

  .videos-list::-webkit-scrollbar {
    display: none;
  }

  .ozh-wrapper.video-wrapper {
    width: 100vw;
    margin: 0 calc( 50% - 50vw );
    justify-content: center;
  }

  .feature-video-container {
    width: 100%;
  }

  .ozh-feature-video-post {
    padding: 0 0 10px;
  }

  .ozh-feature-video-post .iframe.embed {
    height: 55vw;
    background: #505050;
  }

  .ozh-feature-video-post .iframe.embed iframe {
    height: 100%;
    min-width: 321px;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video {
    display: inline-block;
    width: 35%;
    height: 28vw;
    max-height: 300px;
    margin: 0 0 0 20px;
    transition: all 0.2s ease-out;
    border: 0px solid #493D73;
    min-width: 250px;
    vertical-align: top;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:first-of-type {
    margin-left: 0;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content {
    height: 100%;
    position: relative;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-thumbnail-container {
    height: 58%;
    width: 100%;
    padding: 0;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-thumbnail-container {
    padding: 5px 5px 0 5px;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-thumbnail-container img {
    min-height: 100%;
    min-width: 100%;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-related-content-wrapper {
    height: 42%;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-related-content-wrapper .ozh-card-title {
  font-size: 1.2em;
  line-height: 1.4em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: break-spaces;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-related-content-wrapper .ozh-card-title, .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-related-content-wrapper .ozh-post-date .ozh-date {
    color: white;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .duration {
    position: absolute;
    top: 42%;
    left: 0;
    margin: 10px;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:hover {
    transform: scale(1.04);
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  }
  
  .ozh-wrapper.video-wrapper .videos-list .related-video:active {
    transition: all 0.1s ease-out;
    transform: scale(1.02);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  }


  .ozh-wrapper.video-wrapper .videos-list .related-video.active {
    pointer-events: none;
    background: #493D73;
    transform:  scale(1.06);
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  }


  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-related-content-wrapper {
    background: linear-gradient(0deg, #493D73, transparent);
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    z-index: -1;
    position: absolute;
    border: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    margin-left: -15px;
    left: 50%;
    border-bottom: 15px solid #493D73;
    top: 1px;
    transition: border-bottom 0.2s ease-out, top 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: -10px;
    left: 50%;
    border-bottom: 11px solid #493D73;
    top: -10px;
    transition: border-bottom 0.2s ease-out, top 0.2s ease-out;
  }



}



@media (max-width: 1100px) {
  .ozh-wrapper.video-wrapper .videos-list .related-video {
    width: 26%;

  }
}

@media (max-width: 900px) {
  .ozh-wrapper.video-wrapper .videos-list .related-video {
    width: 36%;
    height: 31vw;
  }
}

@media (max-width: 800px) {
  .ozh-wrapper.video-wrapper .videos-list .related-video {
    width: 40%;
    height: 40vw
  }
}

@media (max-width: 650px) {
  .ozh-wrapper.video-wrapper .videos-list .related-video {
    width: 60%;
    height: 50vw;
  }
}

@media (max-width: 500px) {
  .ozh-wrapper.video-wrapper .videos-list .related-video {
    width: 70%;
    height: 70vw;
  }
}

@media (max-width: 350px) {
  .ozh-wrapper.video-wrapper .videos-list .related-video {
    height: 100vw;
  }
}

@media (min-width: 1100px) {

  .ozh-wrapper.video-wrapper {
    height: 40vw;
    min-height: 550px;
    padding: 0;
    margin: 10px calc( 50% - 50vw );
    background: #efefef;
    max-height: 700px;
    justify-content: center;
  }
  
  .ozh-wrapper.video-wrapper .feature-video-container {
    flex-basis: 700px;
    flex-grow: 10;
    height: 100%;
    max-width: 1300px;
  }

  .ozh-wrapper.video-wrapper .videos-list {
    flex-basis: 400px;
    max-width: 500px;
    flex-flow: column;
    overflow-y: scroll;
    height: 100%;
    flex-grow: 1;
    margin: 0;
    padding: 15px 25px;
  }

  .ozh-feature-video-post {
    height: 100%;
    padding: 10px 0;
  }

  .ozh-feature-video-post .iframe.embed {
    height: 100%;
    background: #505050;
  }

  .ozh-feature-video-post .iframe.embed iframe {
    height: 100%;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video {
    height: 20%;
    /* overflow: hidden; */
    margin: 3% 0;
    min-height: 100px;
    background: white;
    position: relative;
    transition: all 0.2s ease-out;
    cursor: pointer;
    border: 0px solid white;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:hover {
    transform: scale(1.04);
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  }
  
  .ozh-wrapper.video-wrapper .videos-list .related-video:active {
    transition: all 0.1s ease-out;
    transform: scale(1.02);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content {
    display: flex;
    flex-flow: row;
    height: 100%;
    position: relative;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-card-title {
    font-size: 1.2em;
    line-height: 1.4em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .duration{ 
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-thumbnail-container {
    flex-basis: 40%;
    flex-shrink: 0;
    height: 100%;
    padding: 0;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video .ozh-article-content .ozh-related-content-wrapper {
    padding: 10px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:first-of-type {
    margin-top: 0;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:last-of-type {
    margin-bottom: 0;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-thumbnail-container {
    padding: 5px 0 5px 5px;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active {
    /* border: 5px solid #493D73; */
    pointer-events: none;
    background: #493D73;
    transform:  scale(1.06);
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-related-content-wrapper {
    padding-right: 7px;
    transition: all 0.2s ease-out;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-card-title {
    color: white;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video.active .ozh-article-content .ozh-date {
    color: white;
  }

  .ozh-wrapper.video-wrapper .videos-list .related-video:after {
    left: 1px;
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0 solid #493D73;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    transition: border-right 0.2s ease-out, left 0.2s ease-out;
  }


  .ozh-wrapper.video-wrapper .videos-list .related-video.active:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-right: 11px solid #493D73;
    left: -10px;
    transition: border-right 0.2s ease-out, left 0.2s ease-out;
  }

  .ozh-separator {
    min-height: 1px;
    width: 100%;
    background: #cbcbcb;
    margin: 5px 0;
  }

  .ozh-separator:last-of-type {
    display: none;
  }

}