﻿.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .responsive-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

._verticallyCentered {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.organization {
  display: none; }
  .organization.org-current-page {
    display: block; }

.orgEmptySet {
  display: none; }

.article-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.article-list-wrapper {
  width: 100%; }
  @media screen and (min-width: 800px) {
    .article-list-wrapper .row:first-child, .article-list-wrapper .row:nth-child(2) {
      margin: 0 auto;
      width: 60%; } }

.prew-btn {
  cursor: pointer;
  color: #34A7DC;
  font-size: 17px; }
