.sk-main-links__link--doubled {
  display: flex !important;
  flex-direction: column;
}

.sk-main-links
  .sk-main-links__item--doubled
  .sk-main-links__link--doubled:hover,
.sk-main-links
  .sk-main-links__item--doubled.active
  .sk-main-links__link--doubled {
  background-color: #214571 !important;
}

.sk-main-links__link--bottom {
  font-size: 12px;
  line-height: 13px;
}

.fullwidth {
  width: 100% !important;
}

@media screen and (min-width: 1025px) {
  .navbar-collapse ul li.sk-main-links__item--doubled {
    padding-top: 2px !important;
  }

  .sk-main-links__link--doubled {
    align-items: center;
  }

  .sk-main-links
    .sk-main-links__item--doubled
    .sk-main-links__link--doubled:hover,
  .sk-main-links
    .sk-main-links__item--doubled.active
    .sk-main-links__link--doubled {
    background-color: #214571 !important;
  }
}

.video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 30px;
}

.video-section__item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.video-section__item--shadow {
  box-shadow: 0 0 16px 0px #e9e7e7;
}

.video-section__item--wrapper {
  position: relative;
  padding-bottom: 56%;
}

.video-section__item--placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-section__item--text {
  font-size: 26px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
}

.video-section__item-image {
  width: 100%;
  max-width: 100%;
}

.video-item__img--logo {
  width: 100px;
}

img.video-item__img--logo {
  /* Override for the home page */
  height: auto !important;
}
